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
This commit is contained in:
2026-07-09 11:45:26 +02:00
parent ba2bb8204c
commit 8bf4b2f834
+16 -16
View File
@@ -1,44 +1,44 @@
alembic==1.18.4 alembic==1.18.5
annotated-doc==0.0.4 annotated-doc==0.0.4
annotated-types==0.7.0 annotated-types==0.7.0
anyio==4.13.0 anyio==4.14.1
caldav==3.2.0 caldav==3.2.0
charset-normalizer==3.4.7 charset-normalizer==3.4.9
click==8.3.3 click==8.4.2
colorama==0.4.6 colorama==0.4.6
dnspython==2.8.0 dnspython==2.8.0
fastapi==0.136.1 fastapi==0.139.0
greenlet==3.5.0 greenlet==3.5.0
h11==0.16.0 h11==0.16.0
httptools==0.7.1 httptools==0.7.1
httpx==0.28.1
icalendar==7.0.3 icalendar==7.0.3
icalendar-searcher==1.0.5 icalendar-searcher==1.0.5
idna==3.13 idna==3.18
jh2==5.0.11 jh2==5.0.11
lxml==6.1.0 lxml==6.1.1
Mako==1.3.12 Mako==1.3.12
MarkupSafe==3.0.3 MarkupSafe==3.0.3
niquests==3.18.7 niquests==3.18.7
psycopg2-binary==2.9.12 psycopg2-binary==2.9.12
pydantic==2.13.3 pydantic==2.13.4
pydantic_core==2.46.3 pydantic_core==2.46.4
pytest==9.1.1
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
python-dotenv==1.2.2 python-dotenv==1.2.2
python-multipart==0.0.32
PyYAML==6.0.3 PyYAML==6.0.3
qh3==1.7.4 qh3==1.7.4
recurring-ical-events==3.8.1 recurring-ical-events==3.8.1
six==1.17.0 six==1.17.0
SQLAlchemy==2.0.49 SQLAlchemy==2.0.51
starlette==1.0.0 starlette==1.3.1
typing-inspection==0.4.2 typing-inspection==0.4.2
typing_extensions==4.15.0 typing_extensions==4.15.0
tzdata==2026.2 tzdata==2026.2
urllib3-future==2.19.913 urllib3-future==2.19.913
uvicorn==0.46.0 uvicorn==0.51.0
wassima==2.0.6 wassima==2.0.6
watchfiles==1.1.1 watchfiles==1.2.0
websockets==16.0 websockets==16.0
x-wr-timezone==2.0.1 x-wr-timezone==2.0.1
pytest==9.0.3
httpx==0.28.1
python-multipart==0.0.20