Skip to content
Open
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# uv sync --frozen --all-groups
# Do not install this compatibility file in CI or production; see pyproject.toml and uv.lock.
# MCP transport dependency; canonical project metadata and pin live in pyproject.toml.
mcp==2.0.0
mcp==2.1.1
# Optional extras, only if you want them:
# playwright==1.* # real browser screenshots for ops_browser
# requests>=2.31 # convenience; not required
# google-api-python-client google-auth-oauthlib # alt Gmail path; hub works without them via REST
# Compatibility installer. pyproject.toml is the authoritative dependency list.
httpx==0.28.1
mcp==2.0.0
pydantic==2.13.4
mcp==2.1.1
pydantic==2.13.5
structlog==26.1.0
Loading