Skip to content

build(deps): bump openai-agents from 0.13.1 to 0.18.2 - #371

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/openai-agents-0.17.7
Open

build(deps): bump openai-agents from 0.13.1 to 0.18.2#371
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/openai-agents-0.17.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps openai-agents from 0.13.1 to 0.18.2.

Release notes

Sourced from openai-agents's releases.

v0.18.2

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: openai/openai-agents-python@v0.18.1...v0.18.2

v0.18.1

What's Changed

Documentation & Other Changes

... (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.18.0

This minor release does not introduce a breaking change. The minor version bump is for the Realtime agents default model update only.

Highlights:

  • Realtime agents now use gpt-realtime-2.1 as the default model, so new Realtime setups use the latest recommended model without extra configuration.

0.17.0

In this version, sandbox local source materialization keeps LocalFile.src and LocalDir.src within the materialization base_dir unless the source path is covered by Manifest.extra_path_grants. The base_dir is the SDK process current working directory when the manifest is applied; relative local sources are resolved from that directory, while absolute local sources must already be inside it or under an explicit grant. This closes a local artifact boundary issue, but it can affect applications that intentionally copy trusted host files or directories from outside that base directory into a sandbox workspace.

To migrate, grant trusted host roots at the manifest level with SandboxPathGrant, preferably as read-only when the sandbox only needs to read those files:

from pathlib import Path
from agents.sandbox import Manifest, SandboxPathGrant
from agents.sandbox.entries import Dir, LocalDir
This is an absolute host path outside the SDK process base_dir.
TRUSTED_DOCS_ROOT = Path("/opt/my-app/docs")
manifest = Manifest(
extra_path_grants=(
# This host root is outside the SDK process base_dir, so the manifest must grant it.
SandboxPathGrant(path=str(TRUSTED_DOCS_ROOT), read_only=True),
),
entries={
</tr></table>

... (truncated)

Commits
  • 41e79f1 Release 0.18.2 (#3805)
  • 6cf3600 fix(litellm): surface content-filter refusals instead of an empty turn (#3769)
  • e1f7c12 fix: make conditional tools and web search examples deterministic
  • 75b928e chore: enable RUF100 for runtime source
  • 0fce2cb chore: remove unused noqa directives (#3804)
  • 0a0b7be refactor: remove unused Responses include validator
  • 23c5276 chore: enable RUF012 for runtime source (#3803)
  • aeed7bb chore: enable G004 logging lint rule (#3802)
  • fb8fb10 docs: update AGENTS.md for git operations
  • 93317a8 refactor: share retry-after parsing (#3801)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2026
Bumps [openai-agents](https://github.com/openai/openai-agents-python) from 0.13.1 to 0.18.2.
- [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.13.1...v0.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump openai-agents from 0.13.1 to 0.17.7 build(deps): bump openai-agents from 0.13.1 to 0.18.2 Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/openai-agents-0.17.7 branch from 05843b8 to f311a88 Compare July 13, 2026 08:56
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