Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-29 | 900 Bytes | |
v0.8.1 (2025-08-29) source code.tar.gz | 2025-08-29 | 46.8 MB | |
v0.8.1 (2025-08-29) source code.zip | 2025-08-29 | 47.4 MB | |
Totals: 3 Items | 94.2 MB | 0 |
What's Changed
- Add
gen_ai.system_instructions
attribute to agent run spans by @alexmojaki in https://github.com/pydantic/pydantic-ai/pull/2699 - Bump
temporalio
to 1.16.0 by @DouweM in https://github.com/pydantic/pydantic-ai/pull/2703 - Rename
StreamedRunResult
methods to be consistent withAgentStream
by @DouweM in https://github.com/pydantic/pydantic-ai/pull/2692 - Deprecate specifying a model name without a provider prefix, and the
vertexai
provider name by @DouweM in https://github.com/pydantic/pydantic-ai/pull/2711 - Rename
ModelResponse.provider_request_id
toprovider_response_id
by @DouweM in https://github.com/pydantic/pydantic-ai/pull/2710 - docs: Add
message_history
parameter documentation for CLI methods by @ryx2 in https://github.com/pydantic/pydantic-ai/pull/2695
Full Changelog: https://github.com/pydantic/pydantic-ai/compare/v0.8.0...v0.8.1