Skip to content

Bump openai-agents from 0.0.7 to 0.12.5 in /openai-agents#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/openai-agents/openai-agents-0.12.5
Open

Bump openai-agents from 0.0.7 to 0.12.5 in /openai-agents#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/openai-agents/openai-agents-0.12.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps openai-agents from 0.0.7 to 0.12.5.

Release notes

Sourced from openai-agents's releases.

v0.12.5

What's Changed

Documentation & Other Changes

Full Changelog: openai/openai-agents-python@v0.12.4...v0.12.5

v0.12.4

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: openai/openai-agents-python@v0.12.3...v0.12.4

v0.12.3

What's Changed

Documentation & Other Changes

New Contributors

... (truncated)

Changelog

Sourced from openai-agents's changelog.

Release process/changelog

The project follows a slightly modified version of semantic versioning using the form 0.Y.Z. The leading 0 indicates the SDK is still evolving rapidly. Increment the components as follows:

Minor (Y) versions

We will increase minor versions Y for breaking changes to any public interfaces that are not marked as beta. For example, going from 0.0.x to 0.1.x might include breaking changes.

If you don't want breaking changes, we recommend pinning to 0.0.x versions in your project.

Patch (Z) versions

We will increment Z for non-breaking changes:

  • Bug fixes
  • New features
  • Changes to private interfaces
  • Updates to beta features

Breaking change changelog

0.12.0

This minor release does not introduce a breaking change. Check the release notes for major feature additions.

0.11.0

This minor release does not introduce a breaking change. Check the release notes for major feature additions.

0.10.0

This minor release does not introduce a breaking change, but it includes a significant new feature area for OpenAI Responses users: websocket transport support for the Responses API.

Highlights:

  • Added websocket transport support for OpenAI Responses models (opt-in; HTTP remains the default transport).
  • Added a responses_websocket_session() helper / ResponsesWebSocketSession for reusing a shared websocket-capable provider and RunConfig across multi-turn runs.
  • Added a new websocket streaming example (examples/basic/stream_ws.py) covering streaming, tools, approvals, and follow-up turns.

0.9.0

In this version, Python 3.9 is no longer supported, as this major version reached EOL three months ago. Please upgrade to a newer runtime version.

Additionally, the type hint for the value returned from the Agent#as_tool() method has been narrowed from Tool to FunctionTool. This change should not usually cause breaking issues, but if your code relies on the broader union type, you may need to make some adjustments on your side.

0.8.0

In this version, two runtime behavior changes may require migration work:

  • Function tools wrapping synchronous Python callables now execute on worker threads via asyncio.to_thread(...) instead of running on the event loop thread. If your tool logic depends on thread-local state or thread-affine resources, migrate to an async tool implementation or make thread affinity explicit in your tool code.

... (truncated)

Commits
  • f25a4f9 Release 0.12.5 (#2716)
  • 5fa3fd4 Recover streamed nested agent output before cancellation fallback (#2714)
  • 05dc068 fix: Retry MCP 408s on isolated session (#2709)
  • 1bb5ff6 feat(mcp): expose auth and httpx_client_factory in SSE/StreamableHttp params ...
  • 44bbcfe fix: Retry ClosedResourceError on isolated session (#2711)
  • 5c9fb2c Release 0.12.4 (#2705)
  • c4c1772 Retry transient streamable-http MCP tool failures on isolated session (#2703)
  • 29f422b fix(retry): cap jittered delay to max_delay (#2676)
  • f29a658 fix(memory): honor custom table names in AdvancedSQLiteSession (#2694)
  • 8f3b104 ci: codex 0.115.0 changes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [openai-agents](https://github.com/openai/openai-agents-python) from 0.0.7 to 0.12.5.
- [Release notes](https://github.com/openai/openai-agents-python/releases)
- [Changelog](https://github.com/openai/openai-agents-python/blob/main/docs/release.md)
- [Commits](openai/openai-agents-python@v0.0.7...v0.12.5)

---
updated-dependencies:
- dependency-name: openai-agents
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants