mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-05 02:45:28 +00:00
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:
parent
6b660d43a5
commit
6b974b803f
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ uvicorn
|
|||
python-multipart
|
||||
python-dotenv
|
||||
httpx
|
||||
pydantic
|
||||
pydantic-settings
|
||||
pydantic>=2.0
|
||||
pydantic-settings>=2.0
|
||||
SQLAlchemy
|
||||
pypdf
|
||||
beautifulsoup4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue