Bump server dependencies

This commit is contained in:
Debanjum
2025-10-05 08:29:49 -07:00
parent 140a3ef943
commit 69cceda9ab
2 changed files with 15 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ dependencies = [
"fastapi >= 0.110.0",
"python-multipart >= 0.0.7",
"jinja2 == 3.1.6",
"openai >= 1.86.0",
"openai >= 2.0.0, < 3.0.0",
"tiktoken >= 0.3.2",
"tenacity >= 9.0.0",
"magika ~= 0.5.1",
@@ -63,9 +63,9 @@ dependencies = [
"requests >= 2.26.0",
"anyio ~= 4.8.0",
"pymupdf == 1.24.11",
"django == 5.1.12",
"django == 5.1.14",
"django-unfold == 0.42.0",
"authlib == 1.2.1",
"authlib == 1.6.5",
"itsdangerous == 2.1.2",
"httpx == 0.28.1",
"pgvector == 0.2.4",