v2.19.0
EvoMap/evolverv2.19.0Jul 28, 2026by dsfaccini
AI Summary
A minor release adding headers and retry_after fields to error handling, plus a FastMCP dependency update.
Key Highlights
- Added headers and retry_after fields to ModelHTTPError.
- Re-asserted external cancellation at run step boundaries.
- Updated FastMCP dependency range to <4.
New Features
- Headers and retry_after support in ModelHTTPError.
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🚀 Features * Add `headers` and `retry_after` to `ModelHTTPError`, populate from all provider SDKs by @dmontagu in https://github.com/pydantic/pydantic-ai/pull/6733 ### 🐛 Bug Fixes * Re-assert absorbed external cancellation at run step boundaries by @DouweM in https://github.com/pydantic/pydantic-ai/pull/6496 ### 📦 Dependencies * Update FastMCP dependency range to `<4` by @adtyavrdhn in https://github.com/pydantic/pydantic-ai/pull/6737 **Full Changelog**: https://github.com/pydantic/pydantic-ai/compare/v2.18.0...v2.19.0