OpenAI has released version 0.19.2 of the openai-agents-python SDK, introducing several bug fixes and improvements across multiple modules.
- Redacts URL credentials from MCP SDK errors, tracing, tool metadata, and transport errors to enhance security.
- Fixes memory session counting for SQLAlchemy, MongoDB, AdvancedSQLite, Redis, and Dapr to correctly count valid items for positive limits.
- Preserves raw server event payloads in the realtime module and keeps tool parameters named like schema keywords in extensions.
- Consolidates same-exception re-raises into bare raises across all modules and uses monotonic export deadlines for tracing.
This release addresses critical security vulnerabilities in MCP credential handling and ensures accurate state management for various memory backends.