Skip to content

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

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

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

pull Bot pushed a commit to Ricky-G/semantic-kernel that referenced this pull request Jul 29, 2026
### Motivation and Context

Consolidates the currently open Python and .NET Dependabot updates into
one coordinated dependency change. This reduces duplicate review and CI
work while preserving each source PR's update intent.

The npm and Yarn updates are intentionally excluded from this draft and
remain in their original Dependabot PRs.

### Related Issue

Supersedes:

- microsoft#14178
- microsoft#14184
- microsoft#14185
- microsoft#14186
- microsoft#14187
- microsoft#14188
- microsoft#14189
- microsoft#14191
- microsoft#14192
- microsoft#14202
- microsoft#14203
- microsoft#14204
- microsoft#14205
- microsoft#14207
- microsoft#14208
- microsoft#14211
- microsoft#14212
- microsoft#14213
- microsoft#14214
- microsoft#14215
- microsoft#14216
- microsoft#14217
- microsoft#14218
- microsoft#14219
- microsoft#14221

### Description

- Updates the selected .NET Aspire and AWS SDK package versions in
central package management.
- Updates the selected Python requirements and regenerates both affected
uv lockfiles without losing earlier bumps.
- Keeps the compatible ONNX Runtime/GenAI pair on Python 3.10 while
applying ONNX Runtime GenAI 0.14.1 on Python 3.11 and newer.
- Retains pyOpenSSL 26.2.0, which is newer than the 26.0.0 requested by
its source PR and is required by the consolidated cryptography update.
- Uses Pinecone 7.3 or newer on Windows, where Pinecone 7.0.1 imports
the unavailable Unix `readline` module, while retaining the existing
`~=7.0` range on macOS and Linux.
- Constrains MCP to the compatible 1.x API because the current Semantic
Kernel integration imports interfaces removed by MCP 2.0.

### Validation

- Python unit tests passed across Python 3.10-3.13 on Ubuntu, Windows,
and macOS, including Dapr jobs.
- Python pre-commit, lock validation, spell checking, and
integration-test aggregate checks passed.
- .NET 9/10 builds, package-install checks, unit tests, AOT tests,
formatting, and coverage checks passed on Ubuntu and Windows.
- Merge Gatekeeper passed.

### Contribution Checklist

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
@moonbox3

Copy link
Copy Markdown
Collaborator

Superseded by #14222

@moonbox3 moonbox3 closed this Jul 30, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/uv/python/samples/demos/mcp_with_oauth/python-multipart-0.0.31 branch July 30, 2026 01:40
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.

2 participants