Mr-Help commited on
Commit
e84abcc
·
verified ·
1 Parent(s): 289306a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- fastapi
2
- uvicorn
3
- openai
4
- python-dotenv
5
- pydantic
 
1
+ fastapi==0.116.1
2
+ uvicorn[standard]==0.35.0
3
+ openai==1.107.2
4
+ pydantic==2.11.7