Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ dependencies = [
"requests==2.32.5",
"wikipedia==1.4.0",
"beautifulsoup4==4.14.3",
"soupsieve==2.8.1",
"soupsieve==2.8.3",
"yarl==1.22.0",
"frozenlist==1.8.0",
"h11==0.16.0",
"multidict==6.7.0",
"SimpleColoredLogs==1.3.0",
"FastAPI==0.100.0",
"uvicorn==0.24.0",
"multidict==6.7.1",
"SimpleColoredLogs==1.16.1.2026",
"FastAPI==0.128.4",
"uvicorn==0.40.0",
"Jinja2==3.1.6",
"MarkupSafe==3.0.3",
"starlette==0.50.0",
"starlette==0.52.1",
"timedelta==2020.12.3",
"ManagerX-Handler==1.2026.01.10",
"ManagerX-DevTools==1.2026.01.11.1"
Expand All @@ -64,20 +64,20 @@ dev = [
"typing-inspection==0.4.2",
"attrs==25.4.0",
"annotated-types==0.7.0",
"anyio==4.12.0",
"anyio==4.12.1",
"certifi==2026.1.4",
"charset-normalizer==3.4.4",
"idna==3.11",
"urllib3==2.6.3",
"build==1.3.0",
"build==1.4.0",
"twine==4.2.0"
]

docs = [
"sphinx<10,>=9",
"sphinx==9.1.0",
"pydata-sphinx-theme",
"sphinx-autodoc-typehints",
"myst-parser<6,>=5",
"myst-parser==5.0.0",
"sphinx-copybutton"
]

Expand All @@ -91,36 +91,36 @@ all = [
"requests==2.32.5",
"wikipedia==1.4.0",
"beautifulsoup4==4.14.3",
"soupsieve==2.8.1",
"soupsieve==2.8.3",
"yarl==1.22.0",
"frozenlist==1.8.0",
"h11==0.16.0",
"multidict==6.7.0",
"multidict==6.7.1",
"python-dotenv==1.2.1",
"click==8.3.1",
"colorama==0.4.6",
"typing_extensions==4.15.0",
"typing-inspection==0.4.2",
"attrs==25.4.0",
"annotated-types==0.7.0",
"anyio==4.12.0",
"anyio==4.12.1",
"certifi==2026.1.4",
"charset-normalizer==3.4.4",
"idna==3.11",
"urllib3==2.6.3",
"Jinja2==3.1.6",
"MarkupSafe==3.0.3",
"starlette==0.50.0",
"FastAPI==0.100.0",
"uvicorn==0.24.0",
"SimpleColoredLogs==1.3.0",
"starlette==0.52.1",
"FastAPI==0.128.4",
"uvicorn==0.40.0",
"SimpleColoredLogs==1.16.1.2026",
"timedelta==2020.12.3",
"sphinx<10,>=9",
"sphinx==9.1.0",
"pydata-sphinx-theme",
"sphinx-autodoc-typehints",
"myst-parser<6,>=5",
"myst-parser==5.0.0",
"sphinx-copybutton",
"build==1.3.0",
"build==1.4.0",
"twine==4.2.0"
]

Expand Down
4 changes: 2 additions & 2 deletions requirements/bot_req.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ propcache==0.4.1
requests==2.32.5
wikipedia==1.4.0
beautifulsoup4==4.14.3
soupsieve==2.8.1
soupsieve==2.8.3
yarl==1.22.0
frozenlist==1.8.0
h11==0.16.0
multidict==6.7.0
multidict==6.7.1
2 changes: 1 addition & 1 deletion requirements/dev_req.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ idna==3.11
urllib3==2.6.3
Jinja2==3.1.6
MarkupSafe==3.0.3
starlette==0.50.0
starlette==0.52.1
FastAPI
uvicorn
SimpleColoredLogs
Expand Down
40 changes: 20 additions & 20 deletions requirements/req.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,60 +6,60 @@ ManagerX-Handler==1.2026.1.10
ezcord==0.7.4
py-cord==2.7.0
better-ipc==2.0.3
fastapi==0.115.6
uvicorn==0.34.0
starlette==0.49.1
fastapi==0.128.4
uvicorn==0.40.0
starlette==0.52.1

# --- Async & Performance ---
aiocache==0.12.3
aiohappyeyeballs==2.6.1
aiohttp==3.13.3
aiosignal==1.4.0
aiosqlite==0.22.1
anyio==4.9.0
anyio==4.12.1
frozenlist==1.8.0
multidict==6.7.0
multidict==6.7.1
propcache==0.4.1
sniffio==1.3.1
websockets==16.0

# --- Data & Validation ---
annotated-types==0.7.0
pydantic==2.11.7
pydantic_core==2.33.2
PyYAML==6.0.1
pydantic==2.12.5
pydantic_core==2.41.5
PyYAML==6.0.3
typing_extensions==4.15.0
typing-inspection==0.4.1
typing-inspection==0.4.2

# --- HTTP & Web ---
requests==2.32.4
requests==2.32.5
requests-toolbelt==1.0.0
httpx==0.24.1
httpx==0.28.1
httpcore==1.0.9
h11==0.16.0
urllib3==2.6.3
yarl==1.22.0
certifi==2026.1.4
charset-normalizer==3.4.2
charset-normalizer==3.4.4
idna==3.11
rfc3986==2.0.0

# --- UI, Imaging & Logging ---
beautifulsoup4==4.13.4
soupsieve==2.7
beautifulsoup4==4.14.3
soupsieve==2.8.3
easy-pil==0.4.0
pillow==12.1.0
SimpleColoredLogs==1.3.0
SimpleColoredLogs==1.16.1.2026
colorama==0.4.6
rich==14.3.2
Pygments==2.19.2
markdown-it-py==4.0.0
mdurl==0.1.2

# --- System & Utilities ---
click==8.2.1
click==8.3.1
psutil==7.2.2
python-dotenv==1.1.0
python-dotenv==1.2.1
timedelta==2020.12.3
pytz==2025.2
DateTime==6.0
Expand All @@ -71,7 +71,7 @@ zope.interface==8.2

# --- Template Engines ---
Jinja2==3.1.6
MarkupSafe==3.0.2
MarkupSafe==3.0.3

# --- Helpers & Docs ---
wikipedia==1.4.0
Expand All @@ -80,6 +80,6 @@ pathlib==1.0.1
more-itertools==10.8.0
jaraco.classes==3.4.0
jaraco.context==6.1.0
jaraco.functools==4.3.0
docutils==0.22.3
jaraco.functools==4.4.0
docutils==0.22.4
nh3==0.3.2Ne