req add
Browse files- 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=
|
| 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
|