v2.21.0
evershopcommerce/evershopv2.21.0Jul 30, 2026by dsfaccini
AI Summary
A minor update adding a new usage limit configuration and fixing model name resolution.
Key Highlights
- New `per_request_input_tokens_limit` in `UsageLimits`
- Refresh of `KnownModelName` from Gateway probes
New Features
- Usage limits configuration update
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