Bump openai-agents from 0.2.0 to 0.2.11
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
dependencies python
Bumps openai-agents from 0.2.0 to 0.2.11.
Release notes
Sourced from openai-agents's releases.
v0.2.11
What's Changed
- docs: Fix #1625 code snippet error by
@aiwithwhitehatin openai/openai-agents-python#1626- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1627- fixed_typo: wiht -> with by
@MuhammedSuhaibin openai/openai-agents-python#1624- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1628- fix(run): fire on_llm_start / on_llm_end in Runner.run() for streaming & non-streaming (aligns with docs) by
@erikanstinein openai/openai-agents-python#1619- Fix #1629 Empty tool call arguments in streaming events by
@habemain openai/openai-agents-python#1636- Docs: Fix confusing session usage docs by
@habemain openai/openai-agents-python#1637- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1643- fix: #1594 support Azure OpenAI Realtime connection using headers by
@seratchin openai/openai-agents-python#1633- fix: Fix #1640 openai package breaking changes by
@seratchin openai/openai-agents-python#1641- Fix an error with make mypy on local machine by
@seratchin openai/openai-agents-python#1642- Improve translation prompt guidance by
@seratchin openai/openai-agents-python#1647- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1648- Document OpenAI Conversations session option by
@seratchin openai/openai-agents-python#1649- docs: Add more clarity on multi-agent design patterns by
@seratchin openai/openai-agents-python#1650- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1654- v0.2.11 by
@rm-openaiin openai/openai-agents-python#1655New Contributors
@aiwithwhitehatmade their first contribution in openai/openai-agents-python#1626@MuhammedSuhaibmade their first contribution in openai/openai-agents-python#1624@erikanstinemade their first contribution in openai/openai-agents-python#1619Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.2.10...v0.2.11
v0.2.10
What's Changed
- Performance: only create the OpenAIRealtimeServerEvent TypeAdapter once by
@michieldwittein openai/openai-agents-python#1548- Realtime: fix typecheck error by
@rm-openaiin openai/openai-agents-python#1558- Docs: Add SQLAlchemy-powered sessions by
@habemain openai/openai-agents-python#1549- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1561- Add tests for Agent default model settings when using GPT-5 by
@seratchin openai/openai-agents-python#1562- Re: #1534 Update models document page to cover gpt-5 use cases by
@seratchin openai/openai-agents-python#1535- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1563- Docs: Improvements for SQLAlchemy Sessions by
@habemain openai/openai-agents-python#1576- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1577- Fix: Emit tool_called events immediately in streaming runs by
@habemain openai/openai-agents-python#1300- Feature: Make trace_include_sensitive_data configurable via environment variable by
@Kunmeer-SyedMohamedHyderin openai/openai-agents-python#1192- Docs: Improve example for custom Session class implementation. by
@luke-wriglesworthin openai/openai-agents-python#1582- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1589- Remove CI job we no longer actively use by
@seratchin openai/openai-agents-python#1590- Upgrade underlying oepnai package to the latest version by
@seratchin openai/openai-agents-python#1599- Fix #1585 supporting connectors by
@seratchin openai/openai-agents-python#1600- Fix #1592 Web search tool updates by
@seratchin openai/openai-agents-python#1601- Handle LiteLLM's json_tool_call addition for structured outputs by
@seratchin openai/openai-agents-python#1602- Add reasoning text delta event support for gpt-oss models by
@seratchin openai/openai-agents-python#1586- Fix #1564 Add conversations API support by
@seratchin openai/openai-agents-python#1587- fix: copy extra_kwargs to prevent litellm from polluting metadata by
@zhowzengin openai/openai-agents-python#1610
... (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 leading0indicates the SDK is still evolving rapidly. Increment the components as follows:Minor (
Y) versionsWe will increase minor versions
Yfor breaking changes to any public interfaces that are not marked as beta. For example, going from0.0.xto0.1.xmight include breaking changes.If you don't want breaking changes, we recommend pinning to
0.0.xversions in your project.Patch (
Z) versionsWe will increment
Zfor non-breaking changes:
- Bug fixes
- New features
- Changes to private interfaces
- Updates to beta features
Breaking change changelog
Commits
f612516v0.2.11 (#1655)9ad148bUpdate all translated document pages (#1654)b302974docs: Add more clarity on multi-agent design patterns (#1650)053dbc4Document OpenAI Conversations session option (#1649)6df6fe1Update all translated document pages (#1648)244ce39Improve translation prompt guidance (#1647)184757bFix an error with make mypy on local machine (#1642)8a73b69fix: Fix #1640 openai package breaking changes (#1641)824a431fix: #1594 support Azure OpenAI Realtime connection using headers (#1633)9e01cf7Update all translated document pages (#1643)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 7263606 |
| UUID: | 2808235524 |
| Node ID: | PR_kwDOL7jbMs6nYkYE |
| Host: | GitHub |
| Repository: | Azure-Samples/rag-postgres-openai-python |
| Merge State: | Unknown |