adk-python v1.38.0: Safety settings, tool improvements, and dependency fixes
sdkaiengineerpython-agentic
feature patch
This release of google/adk-python v1.38.0 introduces enhanced safety setting propagation to the Live API and includes several bug fixes. Key improvements address security concerns in file reading tools and resolve dependency conflicts that impacted virtual environments. The updates aim to provide a more stable and secure development experience for users leveraging the Agent Development Kit.
- →forward safety_settings from generate_content_config to the Live API
- →avoid shell execution in ReadFileTool ranged reads and keep local environment file access in workspace
- →exclude nltk 3.10.1, which breaks venvs living inside the working directory (v1)
- →handle failed inference results without invocations (cherry-pick)
- →transfer to the target agent regardless of function response order
Features (1) ›
- live forward safety_settings from generate_content_config to the Live API
Fixes (5) ›
- avoid shell execution in ReadFileTool ranged reads and keep local environment file access in workspace
- deps exclude nltk 3.10.1, which breaks venvs living inside the working directory (v1)
- eval handle failed inference results without invocations (cherry-pick)
- live transfer to the target agent regardless of function response order
- Port tool confirmation security and re-validation fixes to v1
Read the original announcement →
https://github.com/google/adk-python/releases/tag/v1.38.0
Related releases
- Pydantic-AI v2.29.0 Adds Azure AI Voice Live Support and FastMCP 4 Pydantic AI Releases ·
- Pydantic-AI v1.107.4 Addresses High-Severity Web UI Vulnerability Pydantic AI Releases ·
- Pydantic AI v1.107.3 Patches High-Severity Web Chat UI Vulnerability Pydantic AI Releases ·
- Pydantic-AI v2.28.0 Patches High-Severity Security Flaw, Adds Realtime Speech-to-Speech Pydantic AI Releases ·
- crewAI 1.15.15 Release Adds AI Flow Reporting, Fixes Bugs CrewAI Releases ·
- LangGraph 1.2.11 Adds Trace Policy to Nodes, Updates Checkpoints LangGraph Releases ·