Álvaro Valenzuela Valdes commited on
Commit ·
d489305
1
Parent(s): 2be65c0
Fix dependency conflict: upgrade httpx for google-genai compatibility
Browse files- backend/requirements.txt +1 -1
backend/requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn[standard]==0.23.2
|
| 3 |
-
httpx=
|
| 4 |
pydantic==2.8.0
|
| 5 |
pydantic-settings==2.4.0
|
| 6 |
google-genai>=2.0.0
|
|
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn[standard]==0.23.2
|
| 3 |
+
httpx>=0.28.1
|
| 4 |
pydantic==2.8.0
|
| 5 |
pydantic-settings==2.4.0
|
| 6 |
google-genai>=2.0.0
|