Skip to content

chore(deps): bump mcp from 0.9.1 to 1.23.0 in /packages/python#12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/packages/python/mcp-1.23.0
Open

chore(deps): bump mcp from 0.9.1 to 1.23.0 in /packages/python#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/packages/python/mcp-1.23.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps mcp from 0.9.1 to 1.23.0.

Release notes

Sourced from mcp's releases.

v1.23.0

Summary

This release brings us up to speed with the latest MCP spec 2025-11-25. Take a look at the latest spec as well as the release blog post.

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/python-sdk@v1.22.0...v1.23.0

v1.22.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/python-sdk@v1.21.1...v1.22.0

v1.21.2

Hotfix Release

This is a hotfix release to address a critical bug in OAuth scope handling that caused failures on 401 responses.

Related:

What's Changed

... (truncated)

Commits
  • d3a1841 Merge commit from fork
  • fa851d9 feat: backwards-compatible create_message overloads for SEP-1577 (#1713)
  • f82b0c9 Support client_credentials flow with JWT and Basic auth (#1663)
  • 281fd47 Add SSE polling support (SEP-1699) (#1654)
  • 2cd178a Add on_session_created callback option (#1710)
  • c92bb2f SEP-1686: Tasks (#1645)
  • 5983a65 Skip empty SSE data to avoid parsing errors (#1670)
  • 02b7889 Implement SEP-1036: URL mode elicitation for secure out-of-band interactions ...
  • 27279bc Update doc string on custom_route (#1660)
  • f225013 feat: implement SEP-991 URL-based client ID (CIMD) support (#1652)
  • Additional commits viewable in compare view

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 [mcp](https://github.com/modelcontextprotocol/python-sdk) from 0.9.1 to 1.23.0.
- [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases)
- [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md)
- [Commits](modelcontextprotocol/python-sdk@v0.9.1...v1.23.0)

---
updated-dependencies:
- dependency-name: mcp
  dependency-version: 1.23.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 22, 2026
@dependabot dependabot Bot requested a review from RBKunnela as a code owner May 22, 2026 16:50
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 22, 2026
RBKunnela added a commit that referenced this pull request May 22, 2026
…, proposal cleanup) (#28)

* chore(hygiene+hardening): SHA-pin actions, CODEOWNERS, uv ecosystem, prune proposal

Bundle of four backlog items for paybot-sdk supply-chain + governance hygiene:

#5  Delete stale .github/workflows/ci.yml.proposed (speculative draft from earlier
    experimentation; left dead in tree, creates confusion when reading workflows).

#6  Add .github/CODEOWNERS routing all paths to @RBKunnela (solo-founder phase).
    Removes the duplicate root /CODEOWNERS — .github/CODEOWNERS takes precedence
    per GitHub's discovery order, so the root file would be dead-ignored.

#11 Add `uv` ecosystem block to dependabot.yml covering /packages/python.
    Variance from task spec (which said `pip`): the live evidence — Dependabot's
    own auto-opened PR #12 on this repo carrying `package-manager=uv` — proves
    Dependabot natively understands the uv.lock format. Using `pip` would only
    cover pyproject.toml manifests and miss lockfile-pinned transitive deps.

#12 SHA-pin all GitHub Actions references across ci.yml, codeql.yml, and
    osv-scanner.yml to 40-char immutable commit SHAs with adjacent `# vX`
    comments preserving floating-tag intent for Dependabot upgrades. Adds
    `persist-credentials: false` to checkout steps where applicable. The
    `npm publish` job in ci.yml intentionally omits it (OIDC GITHUB_TOKEN
    must remain for `--provenance`).

    Resolutions (gh api repos/<owner>/git/refs/tags/<v>):
      actions/checkout@v4           -> 34e114876b0b11c390a56381ad16ebd13914f8d5
      actions/setup-node@v4         -> 49933ea5288caeca8642d1e84afbd3f7d6820020
      github/codeql-action/*@V3     -> 03e4368ac7daa2bd82b3e85262f3bf87ee112f57
      osv-scanner-reusable.yml@v2.2.1 -> 456ceb78310755116e0a3738121351006286b797

CodeRabbit on PR #11 (squash 2513676) flagged action pinning as MAJOR
tech-debt; this closes that finding.

Precedent: paybot-core sibling PR (parallel hygiene-and-hardening track,
same convocation).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* chore(codeowners): preserve path-partitioned reviewer rules from pre-existing root CODEOWNERS

Restore the /packages/python/ rule routing reviews to both @RBKunnela and
@kite-builds. Operator confirmed 2026-05-22 that this rule is intentional
(specialized reviewer for the Python port), not stale — reversing the prior
session decision that flagged it for removal.

Other path rules from the deleted root CODEOWNERS (/src/, /examples/) routed
to @RBKunnela only and were therefore functionally equivalent to the `*`
catch-all. Not restored — restoring them would add noise without changing
review routing. Operator's amendment spec also omits them, aligning with this
reading. If review routing for those paths needs to differ from the catch-all
in future, partition then.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
@RBKunnela RBKunnela added the friendlyai-review-refresh Trigger FriendlyAI Review on existing PRs label May 24, 2026
@RBKunnela
Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 24, 2026

The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

@RBKunnela RBKunnela closed this May 24, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 24, 2026

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.

@RBKunnela RBKunnela reopened this May 24, 2026
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 friendlyai-review-refresh Trigger FriendlyAI Review on existing PRs python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant