Bump openai-agents from 0.2.0 to 0.3.2
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(8 months ago)
(8 months ago)
dependencies python
Bumps openai-agents from 0.2.0 to 0.3.2.
Release notes
Sourced from openai-agents's releases.
v0.3.2
What's Changed
- fix #1750 better error message when passing AgentHooks to Runner by
@seratchin openai/openai-agents-python#1752- Enhance function tool schemas with Annotated types by
@MuhammadHassaanArainin openai/openai-agents-python#1777- fix(chatcmpl): preserve all LiteLLM thinking-block signatures in converter by
@serialxin openai/openai-agents-python#1779- Update dynamic_system_prompt.py example to use dataclass for simiplicity by
@SheikhMuhammadHamza-HSin openai/openai-agents-python#1774- fix(chatcmpl): preserve text content when adding Anthropic thinking blocks to tool calls by
@serialxin openai/openai-agents-python#1784- fix: #556 add llms.txt / llms-full.txt by
@seratchin openai/openai-agents-python#1782- Add tool call arguments in ToolContext for RunHooks by
@ihowerin openai/openai-agents-python#1765- Allow headers override instead of just ua by
@jiwon-oaiin openai/openai-agents-python#1787- v0.3.2 by
@rm-openaiin openai/openai-agents-python#1793New Contributors
@SheikhMuhammadHamza-HSmade their first contribution in openai/openai-agents-python#1774Full Changelog: https://github.com/openai/openai-agents-python/compare/v0.3.1...v0.3.2
v0.3.1
What's Changed
- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1720- Fix missing imports in MCP documentation examples by
@MariumAfzal2703in openai/openai-agents-python#1718- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1721- fix(streaming): push processed_response.new_items (including HandoffCallItem) to event_queue by
@Wujiaxuan007in openai/openai-agents-python#1703- fix: #1704 Preserve thinking blocks in Anthropic conversations with tool calls by
@habemain openai/openai-agents-python#1706- Wait for input guardrails in streaming runs by
@rm-openaiin openai/openai-agents-python#1730- docs: add docstring for parameter session in run, run_sync and run_streamed functions by
@LokinDevin openai/openai-agents-python#1739- docs: #1722 LiteLLM usage tracking by
@seratchin openai/openai-agents-python#1743- Update all translated document pages by
@github-actions[bot] in openai/openai-agents-python#1747- docs: Fix tracing setup documentation by
@abdul-kabir-jawedin openai/openai-agents-python#1734- Fixed Race Condition in RunResultStreaming.stream_events() Method by
@AnkanMisrain openai/openai-agents-python#1745- feat: Support Anthropic extended thinking and interleaved thinking by
@serialxin openai/openai-agents-python#1744- feat(realtime): #1560 add input audio noise reduction by
@notV3NOMin openai/openai-agents-python#1749- feat(voice)!: migrate STT streaming to match GA Realtime API by
@notV3NOMin openai/openai-agents-python#1759- Add encryption support using cryptography to Sessions implementation by
@maxmekiskain openai/openai-agents-python#1674- docs: reformat run module docstrings to Google style for better mkdocstrings rendering by
@MuhammedSuhaibin openai/openai-agents-python#1740- fix: #1668 Handoffs with gpt-5* model + store=False + remove_all_tools fails due to 404 error response by
@ihowerin openai/openai-agents-python#1757- Add warning for agent names that transform into conflicting function names by
@ihowerin openai/openai-agents-python#1758- feat: #1731 Enable developers to use Annotated types for function tool param description by
@seratchin openai/openai-agents-python#1753- feat: add more options to Agent#as_tool function by
@seratchin openai/openai-agents-python#1751- Export
user_agent_overridecontextmanager by@jiwon-oaiin openai/openai-agents-python#1768- v0.3.1 by
@rm-openaiin openai/openai-agents-python#1773New Contributors
@MariumAfzal2703made their first contribution in openai/openai-agents-python#1718@Wujiaxuan007made their first contribution in openai/openai-agents-python#1703@LokinDevmade their first contribution in openai/openai-agents-python#1739@AnkanMisramade their first contribution in openai/openai-agents-python#1745@serialxmade their first contribution in openai/openai-agents-python#1744@notV3NOMmade their first contribution in openai/openai-agents-python#1749@maxmekiskamade their first contribution in openai/openai-agents-python#1674
... (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
e87552av0.3.2 (#1793)4c4b7c2Allow headers override instead of just ua (#1787)5e1db14Add tool call arguments in ToolContext for RunHooks (#1765)4007cbafix: #556 add llms.txt / llms-full.txt (#1782)a425859fix(chatcmpl): preserve text content when adding Anthropic thinking blocks to...d91e39cUpdate dynamic_system_prompt.py example to use dataclass for simiplicity (#1774)e47b47afix(chatcmpl): preserve all LiteLLM thinking-block signatures in converter (#...566b188Enhance function tool schemas with Annotated types (#1777)7a4a22ffix #1750 better error message when passing AgentHooks to Runner (#1752)a4c125ev0.3.1 (#1773)- 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: | 8737093 |
| UUID: | 2871476702 |
| Node ID: | PR_kwDOL7jbMs6rJ0He |
| Host: | GitHub |
| Repository: | Azure-Samples/rag-postgres-openai-python |
| Merge State: | Unknown |