Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-06 | 1.2 kB | |
v0.6.0 (2025-08-06) source code.tar.gz | 2025-08-06 | 46.5 MB | |
v0.6.0 (2025-08-06) source code.zip | 2025-08-06 | 47.0 MB | |
Totals: 3 Items | 93.6 MB | 0 |
What's Changed
- Remove older deprecated models and add new model of Anthropic by @medaminezghal in https://github.com/pydantic/pydantic-ai/pull/2435
- BREAKING CHANGE: Remove
next()
method fromGraph
by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2440 - BREAKING CHANGE: Remove
data
fromFinalResult
by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2443 - BREAKING CHANGE: Remove
get_data
andvalidate_structured_result
fromStreamedRunResult
by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2445 - docs: add
griffe_warnings_deprecated
by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2444 - BREAKING CHANGE: Remove
format_as_xml
module by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2446 - BREAKING CHANGE: Remove
result_type
parameter and similar fromAgent
by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2441 - Deprecate
GoogleGLAProvider
andGoogleVertexProvider
by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2450 - BREAKING CHANGE: drop 4 months old deprecation warnings by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2451
Full Changelog: https://github.com/pydantic/pydantic-ai/compare/v0.5.1...v0.6.0