Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
fastapi>=0.109.0,<1.0.0
|
| 2 |
uvicorn[standard]>=0.27.0,<1.0.0
|
| 3 |
openai>=1.12.0,<2.0.0
|
| 4 |
-
httpx>=0.27.0,<1.0.0
|
| 5 |
python-dotenv>=1.0.0,<2.0.0
|
| 6 |
pydantic>=2.6.0,<3.0.0
|
| 7 |
requests>=2.31.0,<3.0.0
|
|
|
|
| 1 |
fastapi>=0.109.0,<1.0.0
|
| 2 |
uvicorn[standard]>=0.27.0,<1.0.0
|
| 3 |
openai>=1.12.0,<2.0.0
|
| 4 |
+
httpx[http2]>=0.27.0,<1.0.0
|
| 5 |
python-dotenv>=1.0.0,<2.0.0
|
| 6 |
pydantic>=2.6.0,<3.0.0
|
| 7 |
requests>=2.31.0,<3.0.0
|