Spaces:
Sleeping
Sleeping
SemSorter commited on
Commit ·
e34e88e
1
Parent(s): 04df1be
Update httpx to >=0.28.1 to resolve getstream conflict
Browse files- requirements-server.txt +1 -1
requirements-server.txt
CHANGED
|
@@ -3,7 +3,7 @@ fastapi==0.115.0
|
|
| 3 |
uvicorn[standard]==0.30.6
|
| 4 |
websockets==13.1
|
| 5 |
python-multipart==0.0.12
|
| 6 |
-
httpx=
|
| 7 |
pillow==10.4.0
|
| 8 |
numpy==1.26.4
|
| 9 |
|
|
|
|
| 3 |
uvicorn[standard]==0.30.6
|
| 4 |
websockets==13.1
|
| 5 |
python-multipart==0.0.12
|
| 6 |
+
httpx>=0.28.1
|
| 7 |
pillow==10.4.0
|
| 8 |
numpy==1.26.4
|
| 9 |
|