From 8bf4b2f8345e1f33b7200679c5b535fa10f10c55 Mon Sep 17 00:00:00 2001 From: DoctoDre Date: Thu, 9 Jul 2026 11:45:26 +0200 Subject: [PATCH] chore(deps): update Python dependencies (fastapi 0.139, pydantic 2.13, uvicorn 0.51, openai 2.44, sqlalchemy 2.0.51) - litellm stuck at 1.83.7 (requires Python <3.14, we run 3.14.4) - All other packages updated to latest compatible versions - OrgMyLife requirements.txt regenerated --- shared/OrgMyLife/requirements.txt | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/shared/OrgMyLife/requirements.txt b/shared/OrgMyLife/requirements.txt index f0bf784..0ad17cc 100644 --- a/shared/OrgMyLife/requirements.txt +++ b/shared/OrgMyLife/requirements.txt @@ -1,44 +1,44 @@ -alembic==1.18.4 +alembic==1.18.5 annotated-doc==0.0.4 annotated-types==0.7.0 -anyio==4.13.0 +anyio==4.14.1 caldav==3.2.0 -charset-normalizer==3.4.7 -click==8.3.3 +charset-normalizer==3.4.9 +click==8.4.2 colorama==0.4.6 dnspython==2.8.0 -fastapi==0.136.1 +fastapi==0.139.0 greenlet==3.5.0 h11==0.16.0 httptools==0.7.1 +httpx==0.28.1 icalendar==7.0.3 icalendar-searcher==1.0.5 -idna==3.13 +idna==3.18 jh2==5.0.11 -lxml==6.1.0 +lxml==6.1.1 Mako==1.3.12 MarkupSafe==3.0.3 niquests==3.18.7 psycopg2-binary==2.9.12 -pydantic==2.13.3 -pydantic_core==2.46.3 +pydantic==2.13.4 +pydantic_core==2.46.4 +pytest==9.1.1 python-dateutil==2.9.0.post0 python-dotenv==1.2.2 +python-multipart==0.0.32 PyYAML==6.0.3 qh3==1.7.4 recurring-ical-events==3.8.1 six==1.17.0 -SQLAlchemy==2.0.49 -starlette==1.0.0 +SQLAlchemy==2.0.51 +starlette==1.3.1 typing-inspection==0.4.2 typing_extensions==4.15.0 tzdata==2026.2 urllib3-future==2.19.913 -uvicorn==0.46.0 +uvicorn==0.51.0 wassima==2.0.6 -watchfiles==1.1.1 +watchfiles==1.2.0 websockets==16.0 x-wr-timezone==2.0.1 -pytest==9.0.3 -httpx==0.28.1 -python-multipart==0.0.20