Skip to content
Closed
6 changes: 3 additions & 3 deletions backend/requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.2
aiohttp==3.9.4
alembic==1.10.4
asyncpg==0.27.0
atlassian-python-api==3.37.0
Expand All @@ -24,7 +24,7 @@ httpx-oauth==0.11.2
huggingface-hub==0.20.1
jira==3.5.1
langchain==0.1.9
litellm==1.34.21
litellm==1.34.42
llama-index==0.9.45
Mako==1.2.4
msal==1.26.0
Expand All @@ -38,7 +38,7 @@ playwright==1.41.2
psutil==5.9.5
psycopg2-binary==2.9.9
pycryptodome==3.19.1
pydantic==1.10.7
pydantic==1.10.13
PyGithub==1.58.2
python-dateutil==2.8.2
python-gitlab==3.9.0
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==23.3.0
black==24.3.0
celery-types==0.19.0
mypy-extensions==1.0.0
mypy==1.8.0
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/model_server.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastapi==0.109.2
h5py==3.9.0
pydantic==1.10.7
pydantic==1.10.13
safetensors==0.4.2
sentence-transformers==2.6.1
tensorflow==2.15.0
Expand Down