Spaces:
Running
Running
ming
commited on
Commit
·
045076b
1
Parent(s):
d6249b3
Update requirements.txt for Pydantic v2 compatibility
Browse files- Updated pydantic version constraint to >=2.0.0,<3.0.0
- Added pydantic-settings>=2.0.0,<3.0.0 dependency
- Ensures compatibility with BaseSettings import from pydantic-settings
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -6,7 +6,8 @@ uvicorn[standard]>=0.20.0,<0.25.0
|
|
| 6 |
httpx>=0.24.0,<0.26.0
|
| 7 |
|
| 8 |
# Data validation
|
| 9 |
-
pydantic>=
|
|
|
|
| 10 |
|
| 11 |
# Environment management
|
| 12 |
python-dotenv>=0.19.0,<1.0.0
|
|
|
|
| 6 |
httpx>=0.24.0,<0.26.0
|
| 7 |
|
| 8 |
# Data validation
|
| 9 |
+
pydantic>=2.0.0,<3.0.0
|
| 10 |
+
pydantic-settings>=2.0.0,<3.0.0
|
| 11 |
|
| 12 |
# Environment management
|
| 13 |
python-dotenv>=0.19.0,<1.0.0
|