OpenAI Python Agents v0.22.0 Enhances Runtime Hardening and Configuration Validation
sdkaigaengineermediapython-agentic
breaking feature patch
Version 0.22.0 of the OpenAI Python Agents SDK introduces substantial runtime hardening and tightens provider configuration contracts. Key changes include redacting sensitive tool outputs from replay state, isolating usage accounting, and expanding agent graph visualizations. Developers combining an explicit `openai_client` with `organization` or `project` must now move these values to the `AsyncOpenAI` client. The release also rejects conflicting provider options and raises `ModelBehaviorError` for failed or incomplete non-streaming responses, improving application reliability and security.
Read the original announcement →
https://github.com/openai/openai-agents-python/releases/tag/v0.22.0
Related releases
- Pydantic AI v2.34.0 Introduces LangChain Migration and GLM-5.3 Model Support Pydantic AI Releases ·
- pydantic-ai v2.33.0 Enhances Anthropic SDK Compatibility, Resolves Runtime Issues Pydantic AI Releases ·
- Pydantic-AI v2.32.2 Delivers Critical Bug Fixes Pydantic AI Releases ·
- Pydantic-AI v2.32.1 Patch Addresses Agent Execution and Anthropic Integration Bugs Pydantic AI Releases ·
- crewAI 1.15.17 Enhances Conversational Flows and Resolves Tooling Issues CrewAI Releases ·
- LangGraph Python SDK 0.4.3 Adds Decryption Feature and Fixes Cron Management LangGraph Releases ·