-
-
Notifications
You must be signed in to change notification settings - Fork 369
Open
Labels
questionFurther information is requestedFurther information is requested
Description
On my local os x dev with python 3.14 I get the following error when I try to launch inky py:
Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater
20:13:48 - INFO - display.display_manager - Inky display not available, hardware support disabled
20:13:48 - INFO - __main__ - Starting InkyPi in DEVELOPMENT mode on port 8080
...InkyPi/.venv/lib/python3.14/site-packages/openai/_compat.py:48: UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
from pydantic.v1.typing import (
20:13:49 - INFO - refresh_task - Starting refresh task
20:13:49 - INFO - __main__ - Serving on http://192.168.1.xxx:8080
20:13:49 - INFO - waitress - Serving on http://0.0.0.0:8080
I assume that this will lead to problems with the ai based plugins.
An update of the openai library might fix this. The current one is about a year out of date.
I don't use open ai, so I don't have the necessary keys to test the plugins myself after an upgrade.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested