v2.19.0

cloudflare/pingorav2.19.0Jul 28, 2026by dsfaccini

AI Summary

Enhances error reporting with HTTP headers and updates the FastMCP dependency constraint.

Key Highlights

  • Added `headers` and `retry_after` to `ModelHTTPError`
  • Updated FastMCP dependency range to `<4`

New Features

  • Enhanced error reporting capabilities

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