v1.10.3

aidenybai/react-grabv1.10.3Jul 14, 2026by nicko-ai

AI Summary

This release addresses compatibility issues by preventing fresh installations from selecting incompatible OpenAI versions and fixes invalid replay histories containing consecutive reasoning items.

Key Highlights

  • Prevents fresh installs with openai-agents==0.14.8 from resolving incompatible OpenAI 2.45+ versions
  • Removes consecutive orphaned reasoning items to prevent invalid histories from being sent to the Responses API
  • Expands supported datamodel-code-generator versions through 0.66.x
  • Refreshes locked dependency versions for LiteLLM, NumPy, pytest, and Ruff
  • Requires openai>=2.2,<2.45 while keeping openai-agents==0.14.8 pinned

Breaking Changes

  • Agency Swarm now requires openai>=2.2,<2.45 while openai-agents==0.14.8 remains pinned

Full Release Notes

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.8` from resolving incompatible OpenAI 2.45+ versions in https://github.com/VRSEN/agency-swarm/pull/720.
- Remove consecutive orphaned reasoning items transitively so invalid histories are not sent to the Responses API in https://github.com/VRSEN/agency-swarm/pull/707.
- Expand supported datamodel-code-generator versions through 0.66.x in https://github.com/VRSEN/agency-swarm/pull/709.

### Maintenance

- Refresh locked LiteLLM, NumPy, pytest, and Ruff versions in https://github.com/VRSEN/agency-swarm/pull/708, https://github.com/VRSEN/agency-swarm/pull/711, https://github.com/VRSEN/agency-swarm/pull/712, and https://github.com/VRSEN/agency-swarm/pull/710.
- Strengthen live Anthropic integration coverage in https://github.com/VRSEN/agency-swarm/pull/722.
- Require the Code Interpreter integration test to execute the uploaded file in https://github.com/VRSEN/agency-swarm/pull/724.
- Bump the package release metadata to `1.10.3` in https://github.com/VRSEN/agency-swarm/pull/725.

## Compatibility Notes

- No intentional public API change is included.
- Agency Swarm now requires `openai>=2.2,<2.45` while `openai-agents==0.14.8` remains pinned.

**Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v1.10.2...v1.10.3