v0.7.6 (2025-08-26)
What's Changed
- Replace
all_messages_events
withpydantic_ai.all_messages
forInstrumentationSettings(version=2)
by @alexmojaki in #2658 - Fix inability to call response.raise_for_status in AsyncTenacityTransport by @dmontagu in #2668
- Deprecate
OpenAIModel
in favor ofOpenAIChatModel
by @Kludex in #2676 - anthropic: drop new lines on empty system prompt by @Kludex in #2678
- fix(bedrock): skip SystemPromptPart with empty content by @essamgouda97 in #2672
- BREAKING CHANGE: Fix tenacity implementation for improved retry behavior by @dmontagu in #2670
- Add Cerebras provider by @Kludex in #2643
New Contributors
- @essamgouda97 made their first contribution in #2672
Full Changelog: v0.7.5...v0.7.6