mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-12 16:02:35 +08:00
fix(downgrade): Rollback FastAPI and Starlette due to compatibility issues with Pydantic V2 affecting API parameter handling.
This commit is contained in:
@@ -2,7 +2,7 @@ Cython~=3.0.2
|
||||
pydantic~=1.10.13
|
||||
SQLAlchemy~=2.0.15
|
||||
uvicorn~=0.22.0
|
||||
fastapi~=0.112.1
|
||||
fastapi~=0.96.0
|
||||
passlib~=1.7.4
|
||||
PyJWT~=2.7.0
|
||||
python-multipart~=0.0.9
|
||||
@@ -39,7 +39,7 @@ torrentool~=1.2.0
|
||||
slack-bolt~=1.18.0
|
||||
slack-sdk~=3.21.3
|
||||
chardet~=4.0.0
|
||||
starlette~=0.38.2
|
||||
starlette~=0.27.0
|
||||
PyVirtualDisplay~=3.0
|
||||
psutil~=5.9.4
|
||||
python-dotenv~=1.0.1
|
||||
|
||||
Reference in New Issue
Block a user