Spaces:
Runtime error
Runtime error
Fix dependency conflict by removing pydantic-settings
Browse files- requirements.txt +0 -1
requirements.txt
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
fastapi==0.99.1
|
3 |
uvicorn==0.22.0
|
4 |
pydantic==1.10.12
|
5 |
-
pydantic-settings>=2.0.0
|
6 |
tenacity>=8.2.2
|
7 |
httpx>=0.24.1
|
8 |
requests>=2.31.0 # For file downloads
|
|
|
2 |
fastapi==0.99.1
|
3 |
uvicorn==0.22.0
|
4 |
pydantic==1.10.12
|
|
|
5 |
tenacity>=8.2.2
|
6 |
httpx>=0.24.1
|
7 |
requests>=2.31.0 # For file downloads
|