v1.10.3
Agency Swarm 1.10.3 prevents fresh installations from selecting an OpenAI release that is incompatible with the currently pinned Agents SDK. It also fixes invalid replay histories containing consecutive reasoning items.
What's Changed
Reliability and compatibility
- Prevent fresh installs with
openai-agents==0.14.8from resolving incompatible OpenAI 2.45+ versions in #720. - Remove consecutive orphaned reasoning items transitively so invalid histories are not sent to the Responses API in #707.
- Expand supported datamodel-code-generator versions through 0.66.x in #709.
Maintenance
- Refresh locked LiteLLM, NumPy, pytest, and Ruff versions in #708, #711, #712, and #710.
- Strengthen live Anthropic integration coverage in #722.
- Require the Code Interpreter integration test to execute the uploaded file in #724.
- Bump the package release metadata to
1.10.3in #725.
Compatibility Notes
- No intentional public API change is included.
- Agency Swarm now requires
openai>=2.2,<2.45whileopenai-agents==0.14.8remains pinned.
Full Changelog: v1.10.2...v1.10.3