mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-13 07:26:45 +00:00
fix: clean typing issues and refresh runtime dependencies
Align endpoint/module type hints and config reload handling while updating base Python image and package pins to improve build/runtime compatibility. Made-with: Cursor
This commit is contained in:
@@ -10,6 +10,7 @@ python-multipart~=0.0.9
|
||||
aiofiles~=24.1.0
|
||||
aioshutil~=1.5
|
||||
alembic~=1.16.2
|
||||
anyio~=4.10.0
|
||||
bcrypt~=4.0.1
|
||||
regex~=2024.11.6
|
||||
cn2an~=0.5.19
|
||||
@@ -22,6 +23,7 @@ urllib3~=2.5.0
|
||||
lxml~=6.0.0
|
||||
pyquery~=2.0.1
|
||||
ruamel.yaml~=0.18.14
|
||||
PyYAML~=6.0.2
|
||||
APScheduler~=3.11.0
|
||||
cryptography~=45.0.4
|
||||
pytz~=2025.2
|
||||
@@ -31,10 +33,8 @@ plexapi~=4.17.0
|
||||
transmission-rpc~=4.3.0
|
||||
Jinja2~=3.1.6
|
||||
pyparsing~=3.2.3
|
||||
func_timeout==4.3.5
|
||||
bs4~=0.0.2
|
||||
beautifulsoup4~=4.13.4
|
||||
pillow~=11.2.1
|
||||
pillow~=12.1.1
|
||||
pillow-avif-plugin~=1.5.2
|
||||
pyTelegramBotAPI~=4.27.0
|
||||
telegramify-markdown~=0.5.2
|
||||
@@ -49,24 +49,18 @@ starlette~=0.46.2
|
||||
PyVirtualDisplay~=3.0
|
||||
psutil~=7.0.0
|
||||
python-dotenv~=1.1.1
|
||||
python-hosts~=1.1.2
|
||||
watchdog~=6.0.0
|
||||
watchfiles~=1.1.0
|
||||
cacheout~=0.16.0
|
||||
click~=8.2.1
|
||||
requests-cache~=1.2.1
|
||||
parse~=1.20.2
|
||||
docker~=7.1.0
|
||||
pywin32==310; platform_system == "Windows"
|
||||
cachetools~=6.1.0
|
||||
fast-bencode~=1.1.7
|
||||
pystray~=0.19.5
|
||||
pyotp~=2.9.0
|
||||
webauthn~=2.7.0
|
||||
Pinyin2Hanzi~=0.1.1
|
||||
pywebpush~=2.0.3
|
||||
aiopathlib~=0.6.0
|
||||
asynctempfile~=0.5.0
|
||||
aiosqlite~=0.21.0
|
||||
psycopg2-binary~=2.9.10
|
||||
asyncpg~=0.30.0
|
||||
@@ -88,8 +82,8 @@ langchain-community~=0.4.1
|
||||
langchain-openai~=1.1.11
|
||||
langchain-google-genai~=4.2.1
|
||||
langchain-deepseek~=1.0.1
|
||||
langchain-experimental~=0.4.1
|
||||
langgraph~=1.1.3
|
||||
openai~=2.29.0
|
||||
google-genai~=1.68.0
|
||||
ddgs~=9.10.0
|
||||
websocket-client~=1.8.0
|
||||
|
||||
Reference in New Issue
Block a user