Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-26 | 1.1 kB | |
v0.7.6 (2025-08-26) source code.tar.gz | 2025-08-26 | 46.8 MB | |
v0.7.6 (2025-08-26) source code.zip | 2025-08-26 | 47.4 MB | |
Totals: 3 Items | 94.2 MB | 0 |
What's Changed
- Replace
all_messages_events
withpydantic_ai.all_messages
forInstrumentationSettings(version=2)
by @alexmojaki in https://github.com/pydantic/pydantic-ai/pull/2658 - Fix inability to call response.raise_for_status in AsyncTenacityTransport by @dmontagu in https://github.com/pydantic/pydantic-ai/pull/2668
- Deprecate
OpenAIModel
in favor ofOpenAIChatModel
by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2676 - anthropic: drop new lines on empty system prompt by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2678
- fix(bedrock): skip SystemPromptPart with empty content by @essamgouda97 in https://github.com/pydantic/pydantic-ai/pull/2672
- BREAKING CHANGE: Fix tenacity implementation for improved retry behavior by @dmontagu in https://github.com/pydantic/pydantic-ai/pull/2670
- Add Cerebras provider by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2643
New Contributors
- @essamgouda97 made their first contribution in https://github.com/pydantic/pydantic-ai/pull/2672
Full Changelog: https://github.com/pydantic/pydantic-ai/compare/v0.7.5...v0.7.6