Skip to content

Commit 9dfef3f

Browse files
committed
Bump more server dependencies and update uv lock file too
1 parent 44b9240 commit 9dfef3f

File tree

2 files changed

+340
-259
lines changed

2 files changed

+340
-259
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,27 @@ dependencies = [
4040
"dateparser >= 1.1.1",
4141
"defusedxml == 0.7.1",
4242
"fastapi >= 0.110.0",
43-
"python-multipart >= 0.0.7",
43+
"python-multipart >= 0.0.22",
4444
"jinja2 == 3.1.6",
4545
"openai >= 2.0.0, < 3.0.0",
4646
"tiktoken >= 0.3.2",
4747
"tenacity >= 9.0.0",
4848
"magika ~= 0.5.1",
49-
"pillow ~= 10.0.0",
49+
"pillow ~= 10.3.0",
5050
"pydantic[email] >= 2.0.0",
5151
"pyyaml ~= 6.0",
5252
"rich >= 13.3.1",
5353
"click < 8.2.2",
5454
"schedule == 1.1.0",
5555
"sentence-transformers == 3.4.1",
5656
"einops == 0.8.0",
57-
"transformers >= 4.51.0",
57+
"transformers >= 4.53.0",
5858
"torch == 2.6.0",
59-
"uvicorn == 0.30.6",
60-
"aiohttp ~= 3.9.0",
59+
"uvicorn >= 0.31.1",
60+
"aiohttp ~= 3.13.0",
6161
"langchain-text-splitters == 0.3.11",
62-
"langchain-community == 0.3.27",
63-
"requests >= 2.26.0",
62+
"langchain-community == 0.3.31",
63+
"requests >= 2.32.4",
6464
"anyio ~= 4.8.0",
6565
"pymupdf == 1.24.11",
6666
"django == 5.1.15",
@@ -76,7 +76,7 @@ dependencies = [
7676
"openai-whisper >= 20231117",
7777
"django-phonenumber-field == 7.3.0",
7878
"phonenumbers == 8.13.27",
79-
"markdownify ~= 0.11.6",
79+
"markdownify ~= 0.14.1",
8080
"markdown-it-py ~= 3.0.0",
8181
"websockets == 13.0",
8282
"psutil >= 5.8.0",
@@ -90,10 +90,10 @@ dependencies = [
9090
"google-genai == 1.52.0",
9191
"google-auth ~= 2.23.3",
9292
"pyjson5 == 1.6.7",
93-
"resend == 1.0.1",
93+
"resend == 1.2.0",
9494
"email-validator == 2.2.0",
9595
"e2b-code-interpreter ~= 1.0.0",
96-
"mcp >= 1.12.4",
96+
"mcp >= 1.23.0",
9797
]
9898
dynamic = ["version"]
9999

0 commit comments

Comments
 (0)