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