Shyamnath commited on
Commit
beb40c4
·
1 Parent(s): f075c85

Update requirements with latest litellm and proxy dependencies

Browse files
Files changed (1) hide show
  1. requirements_space.txt +8 -2
requirements_space.txt CHANGED
@@ -1,6 +1,12 @@
1
  fastapi==0.115.5
2
  uvicorn==0.29.0
3
- litellm==1.31.3
4
  python-dotenv==1.0.0
5
  pydantic==2.10.2
6
- httpx==0.27.0
 
 
 
 
 
 
 
1
  fastapi==0.115.5
2
  uvicorn==0.29.0
3
+ litellm==1.36.0
4
  python-dotenv==1.0.0
5
  pydantic==2.10.2
6
+ httpx==0.27.0
7
+ redis==5.0.1
8
+ prisma==0.11.0
9
+ gunicorn==21.2.0
10
+ backoff==2.2.1
11
+ pyyaml==6.0.1
12
+ orjson==3.9.10