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
2 changes: 1 addition & 1 deletion python-mcp-servers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requests>=2.33.1

# Utilities
python-dotenv==1.2.2
python-multipart==0.0.27
python-multipart==0.0.31

@augmentcode augmentcode Bot Jun 16, 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.

python-multipart 0.0.30+ changes application/x-www-form-urlencoded parsing to treat only & as a field separator; if any callers rely on ; separators this could be a behavior break after the bump. Consider ensuring request-parsing coverage exists for both urlencoded and multipart form bodies so this sort of dependency behavior change is caught early.

Severity: low

Fix This in Augment

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


# Logging
structlog==25.5.0
Expand Down
Loading