releaseintermediate
[Release] openai/openai-agents-python v0.13.2: v0.13.2
By seratchgithub
View original on githubOpenAI Agents Python v0.13.2 is a maintenance release focusing on bug fixes and security improvements. Key updates include fixing docstring parsing with griffelib, preventing private tool metadata leakage in persisted sessions, ensuring LiteLLM reasoning_effort portability across providers, and pinning LiteLLM to version 1.82.6 to mitigate supply chain risks. The release also adds external web access capability to WebSearchTool and updates default reasoning effort for newer models.
Key Points
- •Fixed docstring parsing by depending on griffelib directly instead of indirect dependency
- •Prevented private tool metadata from being stored in persisted session items for improved security
- •Made LiteLLM reasoning_effort parameter portable across different LLM providers
- •Updated default reasoning effort configuration to align with newer model capabilities
- •Added external_web_access parameter to WebSearchTool for enhanced search functionality
- •Pinned LiteLLM upper bound to version 1.82.6 to mitigate supply chain attack vulnerabilities
- •Improved reliability of realtime module tests to reduce flakiness
- •Updated documentation to include any-LLM adapter guidance for broader provider support
Found this useful? Add it to a playbook for a step-by-step implementation guide.
Workflow Diagram
Start Process
Step A
Step B
Step C
Complete