python OpenAI Agents SDK (Python) Releases · · 0.17.7

OpenAI Agents Python v0.17.7: Bug fixes and minor feature enhancements

sdkaimediapython-agentic
patch

The OpenAI Agents Python library has released version 0.17.7, focusing primarily on bug fixes to improve stability and address various issues. Notably, changes include enhancements to buffering for chat completions and sandbox operations, alongside fixes for message cleanup and tool dispatch logic. These updates are relevant for developers using the Python SDK to interact with OpenAI's agent capabilities, ensuring a more robust and reliable experience.

  • #3461 changes for tool_not_found_behavior option by @seratch in https://github.com/openai/openai-agents-python/pull/3462
  • changes for #3487 feature addition by @seratch in https://github.com/openai/openai-agents-python/pull/3488
  • fix OpenAI capitalization in auto-generated ref titles by @atimothee in https://github.com/openai/openai-agents-python/pull/3646
  • add SDK maintainer references and review guidance by @seratch in https://github.com/openai/openai-agents-python/pull/3676
  • Release 0.17.7 by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/3682
Maintenance (5)
  • docs #3461 changes for tool_not_found_behavior option by @seratch in https://github.com/openai/openai-agents-python/pull/3462
  • docs changes for #3487 feature addition by @seratch in https://github.com/openai/openai-agents-python/pull/3488
  • docs fix OpenAI capitalization in auto-generated ref titles by @atimothee in https://github.com/openai/openai-agents-python/pull/3646
  • docs add SDK maintainer references and review guidance by @seratch in https://github.com/openai/openai-agents-python/pull/3676
  • Release 0.17.7 by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/3682
Read the original announcement →

https://github.com/openai/openai-agents-python/releases/tag/v0.17.7

Related releases