alexacido commited on
Commit
6c5feaf
·
verified ·
1 Parent(s): 479d4dc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- fastapi==0.110.0
2
- uvicorn==0.29.0
3
- pydantic==2.6.4
4
- openai>=1.14.0
5
- python-multipart==0.0.9
 
 
1
+ fastapi>=0.115.0
2
+ uvicorn>=0.30.0
3
+ pydantic>=2.10.0
4
+ openai>=1.14.0
5
+ python-multipart>=0.0.9
6
+ httpx>=0.27.0