tazwarrrr commited on
Commit
17497ec
·
1 Parent(s): a5be23e
Files changed (1) hide show
  1. backend/requirements.txt +1 -1
backend/requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  fastapi==0.104.1
2
  uvicorn==0.24.0
3
  websockets==12.0
4
- pydantic==2.5.0
5
  python-multipart==0.0.6
6
  groq==0.9.0
7
  openai==1.47.0
 
1
  fastapi==0.104.1
2
  uvicorn==0.24.0
3
  websockets==12.0
4
+ pydantic>=2.8.0,<3.0.0
5
  python-multipart==0.0.6
6
  groq==0.9.0
7
  openai==1.47.0