Pin pydantic to v2 so install doesn't pull v1 without pydantic-core (#139)

Unpinned, pip can resolve pydantic v1, which has no pydantic-core, and
the app fails on import. Pin pydantic and pydantic-settings to v2.
This commit is contained in:
Tanmay Jain
2026-06-01 10:53:50 +05:30
committed by GitHub
parent ec43ba83dd
commit 0532fed989
+2 -2
View File
@@ -3,8 +3,8 @@ uvicorn
python-multipart python-multipart
python-dotenv python-dotenv
httpx httpx
pydantic pydantic>=2.0
pydantic-settings pydantic-settings>=2.0
SQLAlchemy SQLAlchemy
pypdf pypdf
beautifulsoup4 beautifulsoup4