| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-19 | 3.8 kB | |
| v0.17.3 source code.tar.gz | 2026-05-19 | 5.4 MB | |
| v0.17.3 source code.zip | 2026-05-19 | 6.2 MB | |
| Totals: 3 Items | 11.6 MB | 1 | |
a## What's Changed
- fix: keep mountpoint credentials out of sandbox commands by @seratch in https://github.com/openai/openai-agents-python/pull/3429
- fix: unify memory optional dependency import errors by @seratch in https://github.com/openai/openai-agents-python/pull/3389
- fix: guard None text in text_message_output and add output guardrail count to RunErrorDetails by @zhoufengen in https://github.com/openai/openai-agents-python/pull/3375
- fix: avoid mutating FunctionTool params_json_schema by @ioleksiuk in https://github.com/openai/openai-agents-python/pull/3382
- fix: avoid mutating codex output schema input by @ioleksiuk in https://github.com/openai/openai-agents-python/pull/3385
- fix: [#3357] output schema names for Literal types by @Aphroq in https://github.com/openai/openai-agents-python/pull/3358
- fix: skip wait_for_status when Vercel sandbox is in a terminal state by @cty-ut in https://github.com/openai/openai-agents-python/pull/3410
- fix: filter hosted_tool_call types in remove_all_tools handoff filter by @ioleksiuk in https://github.com/openai/openai-agents-python/pull/3386
- fix: guard None text in ItemHelpers.extract_last_content by @ioleksiuk in https://github.com/openai/openai-agents-python/pull/3394
- fix: log exception when output guardrail raises instead of silently ignoring by @cty-ut in https://github.com/openai/openai-agents-python/pull/3411
- fix: reject relative sandbox workspace roots by @matthewflint in https://github.com/openai/openai-agents-python/pull/3422
- fix: normalize leading question marks in exposed port queries by @matthewflint in https://github.com/openai/openai-agents-python/pull/3424
- fix: [#3363] honor short custom voice splitter chunks by @Aphroq in https://github.com/openai/openai-agents-python/pull/3364
- fix: runtime handling updates by @adrianbravo-oai @ioleksiuk in https://github.com/openai/openai-agents-python/pull/3451
Documentation & Other Changes
- docs: add SDK review guidance by @seratch in https://github.com/openai/openai-agents-python/pull/3376
- docs: mark Agent.instructions as optional by @ioleksiuk in https://github.com/openai/openai-agents-python/pull/3384
- docs: translate all pages using new settings by @seratch in https://github.com/openai/openai-agents-python/pull/3392
- docs: document auto_previous_response_id by @ioleksiuk in https://github.com/openai/openai-agents-python/pull/3383
- docs: fix LiteLLM API reference redirect by @ynachiket in https://github.com/openai/openai-agents-python/pull/3444
- docs: fix duplicated word in usaspending glossary example by @LeSingh1 in https://github.com/openai/openai-agents-python/pull/3445
- chore: clean up CI jobs and update uv pin by @seratch in https://github.com/openai/openai-agents-python/pull/3400
- ci: harden release tag workflow by @hintz-openai in https://github.com/openai/openai-agents-python/pull/3399
- Release 0.17.3 by @github-actions[bot] in https://github.com/openai/openai-agents-python/pull/3417
New Contributors
- @zhoufengen made their first contribution in https://github.com/openai/openai-agents-python/pull/3375
- @hintz-openai made their first contribution in https://github.com/openai/openai-agents-python/pull/3399
- @cty-ut made their first contribution in https://github.com/openai/openai-agents-python/pull/3410
- @ynachiket made their first contribution in https://github.com/openai/openai-agents-python/pull/3444
- @LeSingh1 made their first contribution in https://github.com/openai/openai-agents-python/pull/3445
- @adrianbravo-oai made their first contribution in https://github.com/openai/openai-agents-python/pull/3451
Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.17.2...v0.17.3