Bump openai-agents from 0.2.0 to 0.2.10
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(9 months ago)
(9 months ago)
(9 months ago)
dependencies python
Bumps openai-agents from 0.2.0 to 0.2.10.
Release notes
Sourced from openai-agents's releases.
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- v0.2.10 by
@rm-openaiin openai/openai-agents-python#1607New Contributors
@michieldwittemade their first contribution in openai/openai-agents-python#1548@luke-wriglesworthmade their first contribution in openai/openai-agents-python#1582@zhowzengmade their first contribution in openai/openai-agents-python#1610Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.2.9...v0.2.10
v0.2.9
What's Changed
- Fix #1494 by adding a link to Responses API documentation by
@seratchin openai/openai-agents-python#1502- Add conditional tool enabling feature to agent as tool. by
@thooin openai/openai-agents-python#1193- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1503- feat(agents): Add on_llm_start and on_llm_end Lifecycle Hooks by
@uzair330in openai/openai-agents-python#987- clarify docs for
tool_use_behaviorand simplify description ofstop_on_first_toolbehavior by@Abishai-kashifin openai/openai-agents-python#1510- Fix: filename not provided in chatcmpl_converter.py by
@Nifuryin openai/openai-agents-python#1513- Add local_file example to align with TS SDK repo by
@seratchin openai/openai-agents-python#1514- Imrpove "Getting Started" on README by
@seratchin openai/openai-agents-python#1516- Add documentation for token usage tracking by
@habemain openai/openai-agents-python#1518- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1524- Add context parameter to run_demo_loop by
@SeeYangZhiin openai/openai-agents-python#1527- docs(visualization): clarify MCP server support and update screenshot by
@Subhi-Sadiyevin openai/openai-agents-python#1529- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1532- Update tracing.md with Agenta by
@mmabroukin openai/openai-agents-python#1541- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1543- docs: Add external documentation link to LocalShellTool docstring by
@MuhammadHamidRazain openai/openai-agents-python#1547
... (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
de9d1fdv0.2.10 (#1607)6e154bafix: copy extra_kwargs to prevent litellm from polluting metadata (#1610)164acb5Fix #1564 Add conversations API support (#1587)d7eeaf2Add reasoning text delta event support for gpt-oss models (#1586)3b36fd9Handle LiteLLM's json_tool_call addition for structured outputs (#1602)711a2e7Fix #1592 Web search tool updates (#1601)b5bf795Fix #1585 supporting connectors (#1600)a81601aUpgrade underlying oepnai package to the latest version (#1599)0bcf198Remove CI job we no longer actively use (#1590)6502a4cUpdate all translated document pages (#1589)- 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: | 7263609 |
| UUID: | 2790988940 |
| Node ID: | PR_kwDOL7jbMs6mWxyM |
| Host: | GitHub |
| Repository: | Azure-Samples/rag-postgres-openai-python |
| Mergeable: | Yes |
| Merge State: | Unstable |
| Rebaseable: | Yes |