openai-agents-python v0.18.0: RealtimeAgent default model changed, Unicode support added
sdkaiengineerpython-agentic
feature patch
The openai-agents-python library has released version 0.18.0, defaulting RealtimeAgents to the gpt-realtime-2.1 model for improved performance. Additionally, Unicode storage options are now available for SQLAlchemy sessions, enhancing data handling capabilities. These changes affect users leveraging RealtimeAgent or SQLAlchemySession within the library.
- →update default realtime model to gpt-realtime-2.1 by @seratch in https://github.com/openai/openai-agents-python/pull/3740
- →add Unicode storage option to SQLAlchemySession by @seratch in https://github.com/openai/openai-agents-python/pull/3746
- →updates for v0.17.8 release by @seratch in https://github.com/openai/openai-agents-python/pull/3737
- →Release 0.18.0 by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/3742
Features (2) ›
- feat update default realtime model to gpt-realtime-2.1 by @seratch in https://github.com/openai/openai-agents-python/pull/3740
- feat add Unicode storage option to SQLAlchemySession by @seratch in https://github.com/openai/openai-agents-python/pull/3746
Fixes (1) ›
fix(visualization): keep fillcolor on handoff nodes by merging style attributes by @comp in https://github.com/openai/openai-agents-python/pull/3744
Maintenance (2) ›
- docs updates for v0.17.8 release by @seratch in https://github.com/openai/openai-agents-python/pull/3737
- Release 0.18.0 by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/3742
Read the original announcement →
https://github.com/openai/openai-agents-python/releases/tag/v0.18.0
Related releases
- Pydantic-AI v2.35.3 Patch Release Addresses Several Bug Fixes Pydantic AI Releases ·
- pydantic-ai v2.35.2 Patches GLM Routing and Tooling Issues Pydantic AI Releases ·
- Google ADK Python v1.39.1 Patch Addresses Numerous Fixes Google ADK (Python) 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 ·