chore(deps): bump the uv group across 1 directory with 3 updates - #565
chore(deps): bump the uv group across 1 directory with 3 updates#565dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the uv group with 3 updates in the / directory: [fastmcp](https://github.com/jlowin/fastmcp), [cryptography](https://github.com/pyca/cryptography) and [python-multipart](https://github.com/Kludex/python-multipart). Updates `fastmcp` from 2.12.3 to 2.14.0 - [Release notes](https://github.com/jlowin/fastmcp/releases) - [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx) - [Commits](PrefectHQ/fastmcp@v2.12.3...v2.14.0) Updates `cryptography` from 46.0.3 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.3...46.0.5) Updates `python-multipart` from 0.0.21 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.21...0.0.22) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.0 dependency-type: direct:production dependency-group: uv - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect dependency-group: uv - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a66d62de3a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "pillow>=11.1.0", | ||
| "pybars3>=0.9.7", | ||
| "fastmcp==2.12.3", # Pinned - 2.14.x breaks MCP tools visibility (issue #463) | ||
| "fastmcp==2.14.0", # Pinned - 2.14.x breaks MCP tools visibility (issue #463) |
There was a problem hiding this comment.
Revert FastMCP to the last known working pin
Keep fastmcp on the previously fixed version instead of 2.14.0: this project already records (in CHANGELOG.md #464) that upgrading beyond 2.12.3 caused MCP tools to become invisible to clients like Claude, and the inline comment here still says 2.14.x breaks tool visibility. Shipping this bump can make tool discovery fail at runtime, which blocks core MCP workflows even though application code is unchanged.
Useful? React with 👍 / 👎.

Bumps the uv group with 3 updates in the / directory: fastmcp, cryptography and python-multipart.
Updates
fastmcpfrom 2.12.3 to 2.14.0Release notes
Sourced from fastmcp's releases.
... (truncated)
Changelog
Sourced from fastmcp's changelog.
... (truncated)
Commits
3d6fd46chore: remove tests/test_examples.py (#2593)03b62d2feat: handle error from the initialize middleware (#2531)95e58e8fix: preserve exception propagation through transport cleanup (#2591)855e01echore: Update SDK documentation (#2588)d56f55aAdd smart fallback for missing access token expiry (#2587)d35b867chore: Update SDK documentation (#2517)080ffa5Fix nested server mount routing for 3+ levels deep (#2586)0bcd69cRemove overly restrictive MIME type validation from Resource (#2585)9b41d16Remove deprecated mount/import argument order and separator params (#2582)95fb8b4Fix proxy tool result meta attribute forwarding (#2526)Updates
cryptographyfrom 46.0.3 to 46.0.5Changelog
Sourced from cryptography's changelog.
Commits
06e120ebump version for 46.0.5 release (#14289)0eebb9dEC check key on cofactor > 1 (#14287)bedf6e1fix openssl version on 46 branch (#14220)e6f44fcbump for 46.0.4 and drop win arm64 due to CI issues (#14217)Updates
python-multipartfrom 0.0.21 to 0.0.22Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
bea7bbbVersion 0.0.22 (#222)0fb59a9chore: add return type on test (#221)9433f4bMerge commit from forkd5c91ecBump the github-actions group with 2 updates (#219)5a90631bump uv (#218)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.