Bump openai-agents from 0.2.0 to 0.2.5
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(10 months ago)
(10 months ago)
(10 months ago)
dependencies python
Bumps openai-agents from 0.2.0 to 0.2.5.
Release notes
Sourced from openai-agents's releases.
v0.2.5
What's Changed
- Fix tag errors in sessions document page by
@seratchin openai/openai-agents-python#1307- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1308- Add temporal demo to docs by
@rm-openaiin openai/openai-agents-python#1310- Fix #1238 by enhancing HandoffInputData and enable passing async functions by
@seratchin openai/openai-agents-python#1302- Add support to realtime API for setting "speed" of the models responses by
@sect2kin openai/openai-agents-python#1309- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1313- Examples: use agent to interact with Remote PDF Documents by
@princeaden1in openai/openai-agents-python#1319- Enhance exception guide in docs by
@MuhammadHamidRazain openai/openai-agents-python#1321- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1322- Realtime: make example customizable: by
@rm-openaiin openai/openai-agents-python#1332- Export MultiProvider in public API (Fix #1325) by
@kobolin openai/openai-agents-python#1326- Add tracing guide for non-OpenAI LLMs in docs/tracing.md by
@UmmeHabiba1312in openai/openai-agents-python#1329- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1336- docs: Clarify and enhance run_demo_loop utility documentation for beginners by
@UmmeHabiba1312in openai/openai-agents-python#1330- Fix set_api_key breaking cached property mechanism by
@DanielHashmiin openai/openai-agents-python#1339- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1341- Handle processor exceptions and fix tracing log formatting by
@mshsheikhin openai/openai-agents-python#1292- Fix(mcp): Unreachable structured content branch in invoke_mcp_tool by
@Kunmeer-SyedMohamedHyderin openai/openai-agents-python#1250- Feat: separate tool_call_item and tool_call_output_item in stream events by
@gdiskin openai/openai-agents-python#974- Clarify shallow-copy behavior of tools and handoffs in Agent.clone() by
@abdul-kabir-jawedin openai/openai-agents-python#1296- Fix #1277 missing StopAtTools and ToolsToFinalOutputFunction in agents module by
@seratchin openai/openai-agents-python#1278- Fix #980 Chat Completions: fails with function name for tool_choice parameter w/ streaming enabled by
@seratchin openai/openai-agents-python#1206- Fix type annotation and clarify tool behavior docs by
@mshsheikhin openai/openai-agents-python#1355- Fix style and wording issues in handoffs.py by
@mshsheikhin openai/openai-agents-python#1356- Fix docstring formatting and add safe check for empty message content by
@mshsheikhin openai/openai-agents-python#1360- Add functionality to update agent during realtime session by
@marysha-openaiin openai/openai-agents-python#1366- feat(viz): draw MCP servers by
@aaron-angin openai/openai-agents-python#1368- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1369- Realtime: fix interrupt logic by
@rm-openaiin openai/openai-agents-python#1370- Realtime: send session update before tool response by
@rm-openaiin openai/openai-agents-python#1388- v0.2.5 by
@rm-openaiin openai/openai-agents-python#1398New Contributors
@sect2kmade their first contribution in openai/openai-agents-python#1309@princeaden1made their first contribution in openai/openai-agents-python#1319@UmmeHabiba1312made their first contribution in openai/openai-agents-python#1329@Kunmeer-SyedMohamedHydermade their first contribution in openai/openai-agents-python#1250@gdiskmade their first contribution in openai/openai-agents-python#974@abdul-kabir-jawedmade their first contribution in openai/openai-agents-python#1296@marysha-openaimade their first contribution in openai/openai-agents-python#1366@aaron-angmade their first contribution in openai/openai-agents-python#1368Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.2.4...v0.2.5
v0.2.4
What's Changed
- Add automation script to generate mkdocstrings files by
@seratchin openai/openai-agents-python#1048- Set up codex for issues and PRs by
@rm-openaiin openai/openai-agents-python#1214
... (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
5539afcv0.2.5 (#1398)27de49aRealtime: send session update before tool response (#1388)bc71e8bRealtime: fix interrupt logic (#1370)88b8199Update all translated document pages (#1369)54e4087feat(viz): draw MCP servers (#1368)237d672Add functionality to update agent during realtime session (#1366)907533aFix docstring formatting and add safe check for empty message content (#1360)e197187Fix style and wording issues in handoffs.py (#1356)5c73311Fix type annotation and clarify tool behavior docs (#1355)818344cFix #980 Chat Completions: fails with function name for tool_choice parameter...- 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: | 5315699 |
| UUID: | 2736855498 |
| Node ID: | PR_kwDOL7jbMs6jIRnK |
| Host: | GitHub |
| Repository: | Azure-Samples/rag-postgres-openai-python |
| Mergeable: | Yes |
| Merge State: | Unstable |