chore: fix TestClient compatibility in requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
-
uvicorn=
|
| 3 |
-
pydantic=
|
| 4 |
-
pytest=
|
| 5 |
-
requests=
|
| 6 |
-
websockets=
|
| 7 |
-
httpx
|
| 8 |
openai>=1.0.0
|
|
|
|
| 1 |
+
fastapi>=0.109.0
|
| 2 |
+
uvicorn>=0.27.0
|
| 3 |
+
pydantic>=2.6.1
|
| 4 |
+
pytest>=8.0.0
|
| 5 |
+
requests>=2.31.0
|
| 6 |
+
websockets>=12.0
|
| 7 |
+
httpx<0.28.0
|
| 8 |
openai>=1.0.0
|