chore(deps): bump the python-patch-minor group across 1 directory with 5 updates - #40
Merged
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…h 5 updates Bumps the python-patch-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-python) | `3.3.1` | `3.6.0` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `1.0.0` | `1.2.0` | | [mcp](https://github.com/modelcontextprotocol/python-sdk) | `2.0.0` | `2.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.4` | `0.16.5` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.165.10` | `6.167.0` | Updates `openai` from 3.3.1 to 3.6.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v3.3.1...v3.6.0) Updates `anthropic` from 1.0.0 to 1.2.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v1.0.0...v1.2.0) Updates `mcp` from 2.0.0 to 2.1.1 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](modelcontextprotocol/python-sdk@v2.0.0...v2.1.1) Updates `ruff` from 0.16.4 to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.4...0.16.5) Updates `hypothesis` from 6.165.10 to 6.167.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.165.10...v6.167.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-patch-minor - dependency-name: hypothesis dependency-version: 6.167.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-minor - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-patch-minor - dependency-name: openai dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-patch-minor - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/python-patch-minor-294dccc211
branch
from
September 2, 2026 10:47
bbcdffb to
720a576
Compare
mcp 2.1 hardened Tool.run()'s crash isolation: only ToolError/ResourceError now keep their message visible to the client, everything else (bare ValueError/RuntimeError, our own typed exceptions) collapses to a message-less "Error executing tool <name>" (UnexpectedToolError). This broke 16 tests in tests/unit/mcp/ on the mcp 2.0.0->2.1.1 bump in this PR. _call_and_wrap_errors now raises mcp.server.mcpserver.exceptions.ToolError instead of RuntimeError/bare ValueError — confirmed compatible with mcp==2.0.0 too (that version wrapped every exception uniformly regardless of type), so it works across this project's mcp>=2.0,<3 floor. Same discipline this module already applies to resource-template handlers via ResourceNotFoundError, now extended to tools. Verified: 684 passed/3 skipped (unit+integration), ruff/mypy clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-patch-minor group with 5 updates in the / directory:
3.3.13.6.01.0.01.2.02.0.02.1.10.16.40.16.56.165.106.167.0Updates
openaifrom 3.3.1 to 3.6.0Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
1cfa80arelease: 3.6.0 (#3752)9917c6echore(deps-dev): bump pyright from 1.1.399 to 1.1.413 (#3744)0b52c9echore(deps-dev): bump mypy from 1.17 to 2.3.1 (#3747)4f5598cchore(deps-dev): bump@stdy/clifrom 0.22.1 to 0.22.2 (#3719)95f0b43chore(deps-dev): bump pandas-stubs from 2.2.2.240807 to 2.3.3.260113 (#3659)a36010dchore(deps): bump github/codeql-action/init from 4.37.1 to 4.37.7 (#3745)7a5484dchore(deps-dev): bump rich from 14.2.0 to 15.0.0 (#3717)d0a2550chore(deps): bump actions/checkout from 6.0.2 to 7.0.1 (#3665)dacbb66build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2 (#3666)d765db7build(deps): bump actions/setup-python from 5.6.0 to 7.0.0 (#3672)Updates
anthropicfrom 1.0.0 to 1.2.0Release notes
Sourced from anthropic's releases.
... (truncated)
Changelog
Sourced from anthropic's changelog.
... (truncated)
Commits
071efb6release: 1.2.06d48fd0docs(api): clarify pagination on the organization rate-limit list endpoints2f564a2fix(tools): let read return a view_range of a file over the size cap (#538)dffb22dfix(tools): preserve exact file bytes in the agent toolset and memory tool (n...932ab4bfix(ci): resolve assignment aliases in detect-breaking-changese541b4dfeat(api): beta files/skills namespaces use GA shapes; drop dated beta header...0c1a85afix(sessions): make event accumulator forward-compatible with new event types...39a670cfix(webhooks): require headers to be passed tounwrap()05532bcfix(aws,bedrock): sign raw request bytes so binary file uploads work (#531)181e2e5release: 1.1.0Updates
mcpfrom 2.0.0 to 2.1.1Release notes
Sourced from mcp's releases.
... (truncated)
Commits
0921d94Point imports of mcp.server.fastmcp at the migration guide (#3388)4d6f87eBuild releases with the pinned hatchling and a publish action that accepts Me...c5d7d0bdocs: refresh translations for recent English changes (#3379)d8b6383Give recursive tool return types an object-rooted output schema (#3376)56af447Log MCPServer handler exceptions by kind and keep crash details off the wire ...f1c40b0Accept boolean sub-schemas in 2025-11-25 tool schema properties (#3354)57394b0Apply the request body limit to the SSE and OAuth endpoints (#3336)0cee624Hand TypedDict tool results to pydantic natively (#3331)0d92192Shorten stdio test comments (#3329)b2025abAcknowledge notification POSTs with 202 on the 2026-07-28 HTTP entry (#3326)Updates
rufffrom 0.16.4 to 0.16.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
9e4938cBump 0.16.5 (#28110)aad0e90Allow rules without codes (#28049)5fdab73Update preview default rules and categories (#27877)29c8e5bDocument rule acceptance guidelines (#27910)50a4d7fDocument the new category selectors (#27906)ada8795Introduce category selectors (#27666)d894723[ty] Infer lambda parameters through callable type aliases (#28109)2685fde[ty] Narrow functional enum members in==andmatch(#28103)efcffd2[ty] Intersection simplifications with subtype-related generic specialization...eb78048[ty] Bump ecosystem-analyzer for HTML escaping (#28104)Updates
hypothesisfrom 6.165.10 to 6.167.0Commits
afe5b0bBump hypothesis version to 6.167.0 and update changelog06bfa69Merge pull request #4870 from Zac-HD/claude/status-reason-ideas-dum8wma0a7dfcReport the failing assume() when .map() gives upd010799Rename _filter_gave_ups test helper to _get_filter_gave_upsef98ff9Fix the type of Bundle transformations8e36c8fRequire passing data to SampledFromStrategy._transform47f1bc8Pass location to __with_transform by keywordd7a2dbdRename filter_call_site to current_filter_call_site30b5f37Move rejection_location onto ConjectureDatad390084Access UnsatisfiedAssumption.location directly