Bump openai-agents from 0.2.0 to 0.3.0
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.3.0.
Release notes
Sourced from openai-agents's releases.
v0.3.0
Key changes
- New realtime updates based on the GA Realtime API
What's Changed
- Use head commit in docs workflow PR body by
@seratchin openai/openai-agents-python#1657- Code snippet error in "Running Agents" document by
@iliailmerin openai/openai-agents-python#1665- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1667- fix(voice/stt): accept conversation.item.input_audio_transcription.completed (keep legacy alias) by
@dudududukimin openai/openai-agents-python#1537- Fix instructions not being applied by
@michieldwittein openai/openai-agents-python#1688- Fix a bug where the default behavior of loading the debug flag differs from the documentation by
@seratchin openai/openai-agents-python#1682- fix: #1661 Preserve realtime session voice settings when updating agents by
@seratchin openai/openai-agents-python#1684- Update MCP server tool documentation to cover all available options by
@seratchin openai/openai-agents-python#1685- Fix a minor bug in #1601 by
@seratchin openai/openai-agents-python#1669- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1691- docs: fix typo in connectors.py by
@hxrebornin openai/openai-agents-python#1693- docs: #1686 update the document to mention the end of voice stream by
@majklostin openai/openai-agents-python#1687- Save session on turn rather than at final response by
@spokeydokeysin openai/openai-agents-python#1550- Prevent preamble messages from being treated as final output when tool calls are pending by
@ihowerin openai/openai-agents-python#1689- Delete an unused local var (I forgot deleting in #1587) by
@seratchin openai/openai-agents-python#1696- Fix session history duplication after PR #1550 by
@habemain openai/openai-agents-python#1700- Fix CI failure in
make old_version_testsby@habemain openai/openai-agents-python#1710- Allow to pass both session and input list by
@DanieleMorottiin openai/openai-agents-python#1298- Update Realtime Agent documents (ref #1646) by
@seratchin openai/openai-agents-python#1695- feat: #1614 gpt-realtime migration (Realtime API GA) by
@seratchin openai/openai-agents-python#1646- Fix a bug where debug logging fails with Iterable objects by
@seratchin openai/openai-agents-python#1683- v0.3.0 by
@rm-openaiin openai/openai-agents-python#1717New Contributors
@iliailmermade their first contribution in openai/openai-agents-python#1665@dudududukimmade their first contribution in openai/openai-agents-python#1537@hxrebornmade their first contribution in openai/openai-agents-python#1693@majklostmade their first contribution in openai/openai-agents-python#1687@spokeydokeysmade their first contribution in openai/openai-agents-python#1550@ihowermade their first contribution in openai/openai-agents-python#1689Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.2.11...v0.3.0
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
... (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
e291b10v0.3.0 (#1717)625083aFix a bug where debug logging fails with Iterable objects (#1683)9168348feat: #1614 gpt-realtime migration (Realtime API GA) (#1646)f3339f0Update Realtime Agent documents (ref #1646) (#1695)6e50100Allow to pass both session and input list (#1298)daa9695Fix CI failure inmake old_version_tests(#1710)3556d7bFix session history duplication after PR #1550 (#1700)2395b68Delete an unused local var (I forgot deleting in #1587) (#1696)5a9cab8Prevent preamble messages from being treated as final output when tool calls ...9ad2949Save session on turn rather than at final response (#1550)- 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: | 7786384 |
| UUID: | 2829299266 |
| Node ID: | PR_kwDOL7jbMs6oo65C |
| Host: | GitHub |
| Repository: | Azure-Samples/rag-postgres-openai-python |
| Merge State: | Unknown |