v2.21.0

EvoMap/evolverv2.21.0Jul 30, 2026by dsfaccini

AI Summary

A minor release focusing on usage limits configuration and model name resolution updates.

Key Highlights

  • Added `per_request_input_tokens_limit` to `UsageLimits`
  • Refreshed `KnownModelName` from Gateway probes and stable Google image IDs

New Features

  • Add `per_request_input_tokens_limit` to `UsageLimits`

Full Release Notes

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### 🚀 Features
* feat(usage): add `per_request_input_tokens_limit` to `UsageLimits` by @Oxygen56 in https://github.com/pydantic/pydantic-ai/pull/5907
### 🐛 Bug Fixes
* Refresh `KnownModelName` from Gateway probes and stable Google image IDs by @adtyavrdhn in https://github.com/pydantic/pydantic-ai/pull/6806


**Full Changelog**: https://github.com/pydantic/pydantic-ai/compare/v2.20.0...v2.21.0