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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dependencies = [
"agent-client-protocol==0.8.0",
"aiofiles>=24.0,<26.0",
"aiohttp==3.13.4",
"aiohttp==3.13.5",
"typer==0.21.1",
"pythinker-core[contrib]==1.1.1",
# notify-py (via batrachian-toad) caps loguru at <=0.6.0 on 3.14+.
Expand All @@ -39,15 +39,15 @@ dependencies = [
"streamingjson==0.0.5",
"trafilatura==2.0.0",
# lxml is used by trafilatura/htmldate/justext; keep pinned for binary wheels.
"lxml==6.1.0",
"lxml==6.1.1",
"tenacity==9.1.4",
"fastmcp==3.2.0",
"pydantic==2.13.4",
"httpx[socks]==0.28.1",
"pythinker-host==1.0.0",
"pythinker-review==0.1.0",
"batrachian-toad==0.5.23; python_version >= \"3.14\"",
"tomlkit==0.14.0",
"tomlkit==0.15.0",
"jinja2==3.1.6",
"pyobjc-framework-cocoa>=12.1 ; sys_platform == 'darwin'",
"fastapi>=0.115.0",
Expand Down
Loading
Loading