OpenAI released version 0.19.1 of the openai-agents-python library, introducing new capabilities for sandbox path grants alongside several bug fixes.

  • feat(sandbox): support native host paths in path grants
  • fix: redact Realtime audio format diagnostics and Blaxel unmount paths in logging
  • fix: retry pre-response WebSocket server errors
  • fix(run): cancel the parallel input-guardrail task when the model turn fails
  • fix(run): allow empty streamed model input and route falsey mapped providers
  • fix(memory): count valid SQLite session items for positive limits
  • fix(tracing): enforce max_batch_size during force_flush and shutdown in BatchTraceProcessor

This release updates the sandbox configuration options and resolves issues related to logging redaction, retry logic, and resource management within the agents framework.