[pull] main from googleapis:main#149
Merged
pull[bot] merged 2 commits intoJaleel-zhu:mainfrom Sep 26, 2025
Merged
Conversation
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [google-adk](https://redirect.github.com/google/adk-python) ([changelog](https://redirect.github.com/google/adk-python/blob/main/CHANGELOG.md)) | `==1.14.1` -> `==1.15.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/adk-python (google-adk)</summary> ### [`v1.15.0`](https://redirect.github.com/google/adk-python/blob/HEAD/CHANGELOG.md#1150-2025-09-24) [Compare Source](https://redirect.github.com/google/adk-python/compare/v1.14.1...v1.15.0) ##### Features - \[Core] - Adding the ContextFilterPlugin ([a06bf27](https://redirect.github.com/google/adk-python/commit/a06bf278cbc89f521c187ed51b032d82ffdafe2d)) - Adds plugin to save artifacts for issue [#​2176](https://redirect.github.com/google/adk-python/issues/2176) ([657369c](https://redirect.github.com/google/adk-python/commit/657369cffe142ef3745cd5950d0d24a49f42f7fd)) - Expose log probs of candidates in LlmResponse ([f7bd3c1](https://redirect.github.com/google/adk-python/commit/f7bd3c111c211e880d7c1954dd4508b952704c68)) - \[Context Caching] - Support context caching ([c66245a](https://redirect.github.com/google/adk-python/commit/c66245a3b80192c16cb67ee3194f82c9a7c901e5)) - Support explicit context caching auto creation and lifecycle management. Usage: `App(root_agent=..., plugins=..., context_cache_config=...)` - Support non-text content in static instruction ([61213ce](https://redirect.github.com/google/adk-python/commit/61213ce4d4c10f7ecaf6ddb521672059cee27942)) - Support static instructions ([9be9cc2](https://redirect.github.com/google/adk-python/commit/9be9cc2feee92241fd2fbf9dea3a42de5a78e9ce)) - Support static instruction that won't change, put at the beginning of the instruction. Static instruction support inline\_data and file\_data as contents. Dynamic instruction moved to the end of LlmRequest, increasing prefix caching matching size. Usage: `LlmAgent(model=...,static_instruction =types.Content(parts=...), ... )` - \[Telemetry] - Add --otel\_to\_cloud experimental support ([1ae0b82](https://redirect.github.com/google/adk-python/commit/1ae0b82f5602a57ad1ca975ca0b7c85003d1a28a), [b131268](https://redirect.github.com/google/adk-python/commit/b1312680f4ea9f21c3246a1d24392619643d71f5), [7870480](https://redirect.github.com/google/adk-python/commit/7870480c63bb4fc08cfb3cabc0e1f0458f0e85bd)) - Add GenAI Instrumentation if --otel\_to\_cloud is enabled ([cee365a](https://redirect.github.com/google/adk-python/commit/cee365a13d0d1b1f2be046c1cc29e24a8d1fdbcc)) - Support standard OTel env variables for exporter endpoints ([f157b2e](https://redirect.github.com/google/adk-python/commit/f157b2ee4caf4055e78f4657254e45913895f5de)) - Temporarily disable Cloud Monitoring integration in --otel\_to\_cloud ([3b80337](https://redirect.github.com/google/adk-python/commit/3b80337faf427460e4743e25dbb92578f823513f)) - \[Services] - Add endpoint to generate memory from session ([2595824](https://redirect.github.com/google/adk-python/commit/25958242db890b4d2aac8612f7f7cfbb561727fa)) - \[Tools] - Add Google Maps Grounding Tool to ADK ([6b49391](https://redirect.github.com/google/adk-python/commit/6b493915469ecb42068e24818ab547b0856e4709)) - **MCP:** Initialize tool\_name\_prefix in MCPToolse ([86dea5b](https://redirect.github.com/google/adk-python/commit/86dea5b53ac305367283b7e353b60d0f4515be3b)) - \[Evals] - Data model for storing App Details and data model for steps ([01923a9](https://redirect.github.com/google/adk-python/commit/01923a9227895906ca8ae32712d65b178e2cd7d5)) - Adds Rubric based final response evaluator ([5a485b0](https://redirect.github.com/google/adk-python/commit/5a485b01cd64cb49735e13ebd5e7fa3da02cd85f)) - Populate AppDetails to each Invocation ([d486795](https://redirect.github.com/google/adk-python/commit/d48679582de91050ca9c5106402319be9a8ae7e8)) - \[Samples] - Make the bigquery sample agent run with ADC out-of-the-box ([10cf377](https://redirect.github.com/google/adk-python/commit/10cf37749417856e394e62896231e41b13420f18)) ##### Bug Fixes - Close runners after running eval ([86ee6e3](https://redirect.github.com/google/adk-python/commit/86ee6e3fa3690148d60358fc3dacb0e0ab40942b)) - Filter out thought parts when saving agent output to state ([632bf8b](https://redirect.github.com/google/adk-python/commit/632bf8b0bcf18ff4e4505e4e5f4c626510f366a2)) - Ignore empty function chunk in LiteLlm streaming response ([8a92fd1](https://redirect.github.com/google/adk-python/commit/8a92fd18b600da596c22fd80c6148511a136dfd0)) - Introduces a `raw_mcp_tool` method in `McpTool` to provide direct access to the underlying MCP tool ([6158075](https://redirect.github.com/google/adk-python/commit/6158075a657f8fe0835679e509face6191905403)) - Make a copy of the `columns` instead of modifying it in place ([aef1ee9](https://redirect.github.com/google/adk-python/commit/aef1ee97a55a310f3959d475b8d7d6bc3915ae48)) - Prevent escaping of Latin characters in LLM response ([c9ea80a](https://redirect.github.com/google/adk-python/commit/c9ea80af28e586c9cc1f643b365cdba82f80c700)) - Retain the consumers and transport registry when recreating the ClientFactory in remote\_a2a\_agent.py ([6bd33e1](https://redirect.github.com/google/adk-python/commit/6bd33e1be36f741a6ed0514197550f9f336262ed)) - Remove unsupported 'type': 'unknown' in test\_common.py for fastapi 0.117.1 ([3745221](https://redirect.github.com/google/adk-python/commit/374522197fa6843f786bfd12d17ce0fc20461dfd)) ##### Documentation - Correct the documentation of `after_agent_callback` ([b9735b2](https://redirect.github.com/google/adk-python/commit/b9735b2193267645781b268231d63c23c6fec654)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/genai-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
…Client Id or Secret (#1496) Fixed a minor oversight from previous work on oauth.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )