Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -11,7 +11,7 @@ pydantic-settings==2.6.0
|
|
| 11 |
groq==0.11.0
|
| 12 |
|
| 13 |
# HTTP client
|
| 14 |
-
httpx
|
| 15 |
|
| 16 |
# Utils
|
| 17 |
python-dotenv==1.0.1
|
|
|
|
| 11 |
groq==0.11.0
|
| 12 |
|
| 13 |
# HTTP client
|
| 14 |
+
httpx>=0.27.0,<0.28.0
|
| 15 |
|
| 16 |
# Utils
|
| 17 |
python-dotenv==1.0.1
|