This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates π Bug Fixes, π Features, and feat across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Export `HistoryProcessor` and add actionable hints to usage-limit and tool-retry errors Export `HistoryProcessor` and add actionable hints to usage-limit and tool-retry errors Source: llm_adapter@2026-07-16 Confidence: high |
β |
| Bugfix | Medium |
Fix `MistralStreamedResponse` to accept intβvalued numbers and reject bools in streamed validation Fix `MistralStreamedResponse` to accept intβvalued numbers and reject bools in streamed validation Source: llm_adapter@2026-07-16 Confidence: high |
β |
| Bugfix | Medium |
Suggest `Agent('test')` when provider credentials are missing during onboarding Suggest `Agent('test')` when provider credentials are missing during onboarding Source: llm_adapter@2026-07-16 Confidence: high |
β |
| Bugfix | Medium |
Transform native output schema for Anthropic when `default_structured_output_mode` is "native" Transform native output schema for Anthropic when `default_structured_output_mode` is "native" Source: llm_adapter@2026-07-16 Confidence: high |
β |
| Bugfix | Medium |
Prevent Bedrock from sending untransformed schema when `default_structured_output_mode` is "native" Prevent Bedrock from sending untransformed schema when `default_structured_output_mode` is "native" Source: llm_adapter@2026-07-16 Confidence: high |
β |
Full changelog
What's Changed
π Features
- feat: export
HistoryProcessorand add actionable hints to usage-limit and tool-retry errors by @DouweM in https://github.com/pydantic/pydantic-ai/pull/6346
π Bug Fixes
- Fix
MistralStreamedResponsestreamed number/integer validation to accept int-valued numbers and reject bools by @pydanty[bot] in https://github.com/pydantic/pydantic-ai/pull/6479 - fix(onboarding): suggest
Agent('test')when provider credentials are missing by @DouweM in https://github.com/pydantic/pydantic-ai/pull/6342 - fix(anthropic): transform native output schema when reached via
profile={"default_structured_output_mode": "native"}by @dsfaccini in https://github.com/pydantic/pydantic-ai/pull/6521 - Fix Bedrock
profile={'default_structured_output_mode': 'native'}sending untransformed schema by @dsfaccini in https://github.com/pydantic/pydantic-ai/pull/6539
Full Changelog: https://github.com/pydantic/pydantic-ai/compare/v2.10.0...v2.11.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v1.95.0 rename βbuilt-in toolsβ to βnative toolsβ, deprecate old fields, register via capabilities=[NativeTool(...)]
Beta — feedback welcome: [email protected]