Bump openai-agents from 0.2.0 to 0.2.8
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
dependencies python
Bumps openai-agents from 0.2.0 to 0.2.8.
Release notes
Sourced from openai-agents's releases.
v0.2.8
What's Changed
- Fix: Clarify random_number function docstring for inclusive range by
@Abbas-Asadin openai/openai-agents-python#1475- Add input validation and type conversion for user input by
@Abbas-Asadin openai/openai-agents-python#1476- Docs: Add missing docstring to get_weather function by
@Abbas-Asadin openai/openai-agents-python#1478- Docs: Clarify that guardrails apply to both user input and agent output by
@Abbas-Asadin openai/openai-agents-python#1482- Docs: Add missing docstring to how_many_jokes tool by
@Abbas-Asadin openai/openai-agents-python#1479- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1484- Allow modifying the input sent to the model by
@rm-openaiin openai/openai-agents-python#1483- Make shallow copies of lists instead of deep copies by
@rm-openaiin openai/openai-agents-python#1490- Realtime: fix history bug by
@rm-openaiin openai/openai-agents-python#1495- Realtime: allow arbitrarily sized messages by
@rm-openaiin openai/openai-agents-python#1500- 0.2.8 by
@rm-openaiin openai/openai-agents-python#1501Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.2.7...0.2.8
v0.2.7
What's Changed
- Added runtime validation for Agent constructor arguments by
@DanielHashmiin openai/openai-agents-python#998- Realtime: add handoff prompt prefix by
@rm-openaiin openai/openai-agents-python#1382- feat(tests): add tests for unicode content, special characters, and concurrent access in SQLiteSession by
@PatrykBochenekin openai/openai-agents-python#1399- Fix: enforce strict instructions function signature in get_system_prompt by
@abdullahimran49in openai/openai-agents-python#1426- Fix #1407 Add reasoning.effort="minimal" and "verbosity" params to ModelSettings by
@seratchin openai/openai-agents-python#1439- Add a simple gpt-oss example by
@seratchin openai/openai-agents-python#1440- Fix: Clarify random_number function docstring for inclusive range by
@Abbas-Asadin openai/openai-agents-python#1461- Add input validation and type conversion for user input by
@Abbas-Asadin openai/openai-agents-python#1462- docs: Add a comprehensive example for handling function tool errors. by
@MurtazaAliCodein openai/openai-agents-python#1354- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1469- Migrate document translation script to gpt-5 by
@seratchin openai/openai-agents-python#1470- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1471- docs: Clarify the
is_enabledparameter inhandoff()documentation by@Hafiz-Muhammad-Umar12in openai/openai-agents-python#1472- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1473- Realtime: one guardrail trip event per response by
@rm-openaiin openai/openai-agents-python#1458- v0.2.7 by
@rm-openaiin openai/openai-agents-python#1480New Contributors
@PatrykBochenekmade their first contribution in openai/openai-agents-python#1399@abdullahimran49made their first contribution in openai/openai-agents-python#1426@MurtazaAliCodemade their first contribution in openai/openai-agents-python#1354@Hafiz-Muhammad-Umar12made their first contribution in openai/openai-agents-python#1472Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.2.6...v0.2.7
v0.2.6
What's Changed
- feat: support agent output guardrails in realtime by
@jhills20in openai/openai-agents-python#1381- Enhanced FAQ lookup tool in examples/customer_service app by
@HasnainCodeHubin openai/openai-agents-python#1063- Improve accuracy of guardrails and lifecycle hook descriptions by
@DanielHashmiin openai/openai-agents-python#1386- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1413
... (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
d36beae0.2.8 (#1501)992faf7Realtime: allow arbitrarily sized messages (#1500)fcb9b50Realtime: fix history bug (#1495)07345d0Make shallow copies of lists instead of deep copies (#1490)c913454Allow modifying the input sent to the model (#1483)ee12d42Update all translated document pages (#1484)90a57d0Docs: Add missing docstring to how_many_jokes tool (#1479)7560cabDocs: Clarify that guardrails apply to both user input and agent output (#1482)a6378ceDocs: Add missing docstring to get_weather function (#1478)4b229d1Add input validation and type conversion for user input (#1476)- 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: | 5315695 |
| UUID: | 2754348244 |
| Node ID: | PR_kwDOL7jbMs6kLATU |
| Host: | GitHub |
| Repository: | Azure-Samples/rag-postgres-openai-python |
| Merge State: | Unknown |