Skip to content
Open
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
2 changes: 1 addition & 1 deletion python-mcp-servers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pydantic-settings==2.14.0

# HTTP client
httpx==0.28.1
aiohttp==3.13.5
aiohttp==3.14.1

@augmentcode augmentcode Bot Jun 17, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI in this repo appears to run only the Node/TS gates, so this Python dependency bump may not be validated before merge; a breaking aiohttp change could slip through unnoticed. Consider ensuring the python-mcp-servers requirements can be installed (and/or their pytest suite runs) in CI for dependency-update PRs.

Severity: medium

Other Locations
  • python-mcp-servers/research/requirements.txt:14

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

requests>=2.33.1

# Utilities
Expand Down
2 changes: 1 addition & 1 deletion python-mcp-servers/research/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ convex==0.7.0

# HTTP client
httpx==0.28.1
aiohttp==3.13.5
aiohttp==3.14.1

# Utilities
python-dotenv==1.2.2
Expand Down
Loading