Update google-adk[mcp] requirement from <2.8,>=2.6 to >=2.6,<2.9 - #62
Merged
Merged
Conversation
Updates the requirements on [google-adk[mcp]](https://github.com/google/adk-python) to permit the latest version. - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md) - [Commits](google/adk-python@v2.6.0...v2.8.0) --- updated-dependencies: - dependency-name: google-adk[mcp] dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
haruotsu
approved these changes
Sep 10, 2026
haruotsu
left a comment
Collaborator
There was a problem hiding this comment.
This one is worth more than a glance, since it widens the range and pulls google-adk 2.7.1 -> 2.8.0 and google-genai 2.18.1 -> 2.22.0 with it.
The 2.8.0 notes carry no breaking-changes section. Of what did change, these land on surfaces this repository actually touches, and all in the direction we want:
mcp:idle sessions are evicted from the MCP session pool, and tool errors are detected under either field spelling — both underruntime/mcp.py'sMcpToolset.percent-encode path parameter values in RestApiTool—runtime/openapi.pybuilds tools through the OpenAPI spec parser, so this is a fix we inherit.prevent duplicate OAuth prompts and fix tool resumption, andauth: take the auth scheme from the request, not the client's response— the arearuntime/reauthorization.pywraps.
Verified locally on the branch rather than trusting the checks alone: uv sync --frozen --all-extras, uv lock --check, ruff check and format, mypy in strict mode, and the full suite (875 tests, including the MCP e2e test) all pass on 2.8.0.
The <2.9 ceiling keeps the "pin to a tested minor" arrangement the comment above the dependency describes. LGTM.
haruotsu
deleted the
dependabot/uv/google-adk-mcp--gte-2.6-and-lt-2.9
branch
September 10, 2026 00:48
Merged
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.
Updates the requirements on google-adk[mcp] to permit the latest version.
Release notes
Sourced from google-adk[mcp]'s releases.
... (truncated)
Changelog
Sourced from google-adk[mcp]'s changelog.
... (truncated)
Commits
76a96e6chore: update last-release-sha for next main release2174b84chore(release/candidate): release 2.8.0 (#6900)0880bbefix: end a ParallelAgent early only when a direct sub-agent escalates (cherry...401cd6dfix: keep transport options and scoped state keys out of the debug log1bc001efix(sessions): admit the stdlib data types legacy session state holds2956083fix: remove an internal link from a shipped comment and guard against more94cefbbfix: lazy-load evaluation dependencies in AgentEvaluator4d0d63cfix: prefer the function response's own invocation over a caller-supplied id ...67ca98cfix: Fix crashes and cross-invocation leaks from copying RunConfig.http_optionsa86bd25fix: redact credentials from DebugLoggingPlugin output fileDependabot 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)