Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
fastapi==0.115.2
|
| 2 |
-
uvicorn==0.32.0
|
| 3 |
-
|
| 4 |
pydantic==2.9.2
|
|
|
|
| 1 |
fastapi==0.115.2
|
| 2 |
+
uvicorn[standard]==0.32.0
|
| 3 |
+
httpx[http2]==0.27.2
|
| 4 |
pydantic==2.9.2
|