chore(release/candidate): release 1.31.1 (#5422)

Co-authored-by: Sasha Sobran <asobran@google.com>
This commit is contained in:
Wei (Jack) Sun
2026-04-20 19:01:35 -07:00
committed by GitHub
parent e283ea04b2
commit fb77faddea
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "1.31.0"
".": "1.31.1"
}
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## [1.31.1](https://github.com/google/adk-python/compare/v1.31.0...v1.31.1) (2026-04-21)
### Bug Fixes
* block RCE vulnerability via nested YAML configurations in ADK ([e283ea0](https://github.com/google/adk-python/commit/e283ea04b2056f58632e07276b212274a0fba1e8))
* bump Vertex SDK version ([21ebe29](https://github.com/google/adk-python/commit/21ebe29c9d930940235cbac50524ffd92d314fa7))
* Disable bound token for mcp_tool ([d0afddd](https://github.com/google/adk-python/commit/d0afddda4ce78cebcb915132482eccd4424596e4))
* web oauth flow and trace view ([c3dafdb](https://github.com/google/adk-python/commit/c3dafdbb46e38ff423f3e1380e5754d089f66986))
## [1.31.0](https://github.com/google/adk-python/compare/v1.30.0...v1.31.0) (2026-04-16)
+1 -1
View File
@@ -13,4 +13,4 @@
# limitations under the License.
# version: major.minor.patch
__version__ = "1.31.0"
__version__ = "1.31.1"