Google ADK Python v1.39.1 Patch Addresses Numerous Fixes
sdkaigcpgaengineerpython-agentic
patch
Google has released version 1.39.1 of its Agent Development Kit for Python, primarily focusing on bug fixes and stability enhancements. This patch ports several critical features and validations to v1, including event action allowlisting, artifact storage, API server request checks, and credential handling. The update aims to improve the robustness and security of agent development, particularly concerning authentication, resource validation, and model interaction. Developers using the ADK for building AI agents and applications are encouraged to update.
- →Port event action allowlist, agent card description source and resume flattening to v1
- →Port app-scoped file artifact storage and layout-derived payload paths to v1
- →Port artifact reference scoping and path-segment validation to v1
- →check the Host header on every local API server request (v1)
- →Port deploy ignore-file handling to v1
Fixes (25) ›
- a2a Port event action allowlist, agent card description source and resume flattening to v1
- artifacts Port app-scoped file artifact storage and layout-derived payload paths to v1
- artifacts Port artifact reference scoping and path-segment validation to v1
- cli check the Host header on every local API server request (v1)
- cli Port deploy ignore-file handling to v1
- close the residual gaps from the v1 backport review
- integrations send api registry credentials only to google api endpoints (v1)
- mcp Port config stdio opt-in and reserved tool name checks to v1
- models Port Gemini context cache fingerprint scoping to v1
- plugins sanitize BigQuery analytics rows and build GCS paths per call (v1)
- Port A2A agent card RPC target origin validation to v1
- Port agent loader and file path resolution fixes to v1
- Port agent-config code-reference and config_path validation to v1
- Port branch-scoped auth responses and OAuth2 nonce forwarding to v1
- Port code executor container and pod isolation defaults to v1
- Port credential and inline-data field exclusions in logs, reprs and spans to v1
- Port eval identifier validation and persona template rendering to v1
- Port migration unpickle allowlist and database URL redaction to v1
- Port session id validation, thread id scoping and Vertex RAG cleanup fixes to v1
- Port skill resource path and skill name validation fixes to v1
- Port URL validation, client timeout and credential scoping fixes to v1
- Route thread-pool and live-mode tool dispatch through run_async (v1)
- Scope custom eval metrics per registry and resolve their function path from the eval config (v1)
- sessions accept a full session resource name again on v1
- Validate user message parts and agent transfer targets (v1)
Read the original announcement →
https://github.com/google/adk-python/releases/tag/v1.39.1
Related releases
- pydantic-ai v2.35.2 Patches GLM Routing and Tooling Issues Pydantic AI Releases ·
- LangChain LangGraph SDK 0.4.4 Released LangGraph Releases ·
- crewAI 1.15.18 Improves Conversational Flows and Agent Stability CrewAI Releases ·
- Pydantic-AI v2.35.1 Patch Release Addresses Key Bug Fixes Pydantic AI Releases ·
- ADK Python SDK v2.8.0 Enhances AI Agent Development and Observability Google ADK (Python) Releases ·
- Pydantic-AI v2.35.0 Adds Features, Fixes Bugs, and Deprecates `RunContext` APIs Pydantic AI Releases ·