Skip to content

Bump python-multipart from 0.0.20 to 0.0.31 in /python/samples/demos/mcp_with_oauth#14188

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/samples/demos/mcp_with_oauth/python-multipart-0.0.31
Open

Bump python-multipart from 0.0.20 to 0.0.31 in /python/samples/demos/mcp_with_oauth#14188
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/samples/demos/mcp_with_oauth/python-multipart-0.0.31

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps python-multipart from 0.0.20 to 0.0.31.

Release notes

Sourced from python-multipart's releases.

Version 0.0.31

What's Changed

Full Changelog: Kludex/python-multipart@0.0.30...0.0.31

Version 0.0.30

What's Changed

Full Changelog: Kludex/python-multipart@0.0.29...0.0.30

Version 0.0.29

What's Changed

Full Changelog: Kludex/python-multipart@0.0.28...0.0.29

Version 0.0.28

What's Changed

Full Changelog: Kludex/python-multipart@0.0.27...0.0.28

Version 0.0.27

What's Changed

Full Changelog: Kludex/python-multipart@0.0.26...0.0.27

Version 0.0.26

What's Changed

Full Changelog: Kludex/python-multipart@0.0.25...0.0.26

Version 0.0.25

What's Changed

... (truncated)

Changelog

Sourced from python-multipart's changelog.

0.0.31 (2026-06-04)

  • Speed up multipart header parsing and callback dispatch #295.
  • Bound header field name size before validating #296.
  • Validate Content-Length is non-negative in parse_form #297.

0.0.30 (2026-05-31)

  • Parse application/x-www-form-urlencoded bodies per the WHATWG URL standard, treating only & as a field separator #290.
  • Ignore RFC 2231/5987 extended parameters (name*, filename*) in parse_options_header, keeping the plain parameter authoritative per RFC 7578 §4.2 #291.

0.0.29 (2026-05-17)

  • Handle malformed RFC 2231 continuations in parse_options_header #270.

0.0.28 (2026-05-10)

  • Speed up partial-boundary tail scan via bytes.find #281.
  • Cap multipart boundary length at 256 bytes #282.

0.0.27 (2026-04-27)

  • Add multipart header limits #267.
  • Pass parse offsets via constructors #268.

0.0.26 (2026-04-10)

  • Skip preamble before the first multipart boundary more efficiently #262.
  • Silently discard epilogue data after the closing multipart boundary #259.

0.0.25 (2026-04-10)

  • Add MIME content type info to File #143.
  • Handle CTE values case-insensitively #258.
  • Remove custom FormParser classes #257.
  • Add UPLOAD_DELETE_TMP to FormParser config #254.
  • Emit field_end for trailing bare field names on finalize #230.
  • Handle multipart headers case-insensitively #252.
  • Apply Apache-2.0 properly #247.

0.0.24 (2026-04-05)

  • Validate chunk_size in parse_form() #244.

0.0.23 (2026-04-05)

  • Remove unused trust_x_headers parameter and X-File-Name fallback #196.
  • Return processed length from QuerystringParser._internal_write #229.
  • Cleanup metadata dunders from __init__.py #227.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.31.
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.20...0.0.31)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-version: 0.0.31
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python:uv Pull requests that update python:uv code labels Jul 24, 2026
Copilot AI review requested due to automatic review settings July 24, 2026 17:33
@dependabot
dependabot Bot requested a review from a team as a code owner July 24, 2026 17:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Automated Code Review

Reviewers: 5 | Confidence: 86%

✓ Correctness

This is a straightforward lockfile-only dependency bump of python-multipart from 0.0.20 to 0.0.31 in a sample demo's uv.lock. The secondary change to the exceptiongroup typing-extensions marker (< '3.12' → < '3.11') is a normal side effect of lockfile regeneration by uv, consistent with exceptiongroup 1.3.0's actual package metadata. No code changes, no correctness concerns.

✓ Security Reliability

This PR is a lock file-only change bumping the transitive dependency python-multipart from 0.0.20 to 0.0.31. The new version includes several security-hardening fixes (boundary length caps, header size limits, Content-Length validation, stricter URL-encoded parsing). The exceptiongroup marker change from < '3.12' to < '3.11' is a normal lock file resolution update. No code changes are involved, and the hashes point to the canonical PyPI registry. No security or reliability concerns.

✓ Test Coverage

This PR is a straightforward dependency version bump of python-multipart from 0.20 to 0.31 in the uv.lock file of a demo/sample project (mcp_with_oauth). No application code, library code, or test code is changed — only the lock file is updated. There is no new or changed behavior that would require additional test coverage. The exceptiongroup marker change (python_full_version < '3.12' → < '3.11') is a normal consequence of regenerating the lock file with updated transitive dependency metadata. No test coverage concerns.

✓ Failure Modes

This PR is a lock file-only change bumping python-multipart from 0.0.20 to 0.0.31 (a transitive dependency, not directly imported by any sample code). The lock file is auto-generated by uv. The version bump includes security hardening (boundary length caps, header limits, Content-Length validation) and performance improvements. The exceptiongroup marker change is also a mechanical lock resolution update. No application code is modified and no failure modes are introduced.

✗ Design Approach

The bump updates the root demo lockfile, but it misses the nested server/ project that the sample’s README tells users to run for both OAuth servers. As a result, the documented server path still installs python-multipart==0.0.20, so the change does not fully address the dependency update for the sample as designed.

Flagged Issues

  • The sample's README instructs users to cd samples/demos/mcp_with_oauth/server before running uv run mcp-simple-auth-as / mcp-simple-auth-rs (README.md:16-19,34-40), and that nested project still locks python-multipart to 0.0.20 in python/samples/demos/mcp_with_oauth/server/uv.lock:426-431. Updating only the root uv.lock leaves the actual OAuth server environment on the old version.

Automated review by dependabot[bot]'s agents

[[package]]
name = "python-multipart"
version = "0.0.20"
version = "0.0.31"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This lockfile belongs to the root sk-mcp-auth client project, but the sample's documented OAuth server flow runs from samples/demos/mcp_with_oauth/server (README.md:16-19,34-40). That nested project still locks python-multipart to 0.0.20 in server/uv.lock:426-431, so the bump misses the server dependency path users actually execute.

@github-actions

Copy link
Copy Markdown
Contributor

Flagged issue

The sample's README instructs users to cd samples/demos/mcp_with_oauth/server before running uv run mcp-simple-auth-as / mcp-simple-auth-rs (README.md:16-19,34-40), and that nested project still locks python-multipart to 0.0.20 in python/samples/demos/mcp_with_oauth/server/uv.lock:426-431. Updating only the root uv.lock leaves the actual OAuth server environment on the old version.


Source: automated DevFlow PR review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. Used by Dependabot. python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant