Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-25 | 1.3 kB | |
v0.7.5 (2025-08-25) source code.tar.gz | 2025-08-25 | 46.8 MB | |
v0.7.5 (2025-08-25) source code.zip | 2025-08-25 | 47.4 MB | |
Totals: 3 Items | 94.1 MB | 0 |
What's Changed
- Handle 'STOP' finish_reason in GeminiStreamedResponse by @ArneZsng in https://github.com/pydantic/pydantic-ai/pull/2631
- Add
price()
method toModelResponse
by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2584 - Include thoughts tokens in output_tokens for Google models by @alexmojaki in https://github.com/pydantic/pydantic-ai/pull/2634
- Add
span_id
andtrace_id
toEvaluationReport
by @Kludex in https://github.com/pydantic/pydantic-ai/pull/2627 - Allow proper type on
AnthropicProvider
when using Bedrock by @akoshel in https://github.com/pydantic/pydantic-ai/pull/2490 - Use new OpenTelemetry GenAI chat span attribute conventions by @alexmojaki in https://github.com/pydantic/pydantic-ai/pull/2349
- Ensure
content
is always set for assistant tool call messages for OpenAI. by @vimota in https://github.com/pydantic/pydantic-ai/pull/2641
New Contributors
- @ArneZsng made their first contribution in https://github.com/pydantic/pydantic-ai/pull/2631
- @akoshel made their first contribution in https://github.com/pydantic/pydantic-ai/pull/2490
- @vimota made their first contribution in https://github.com/pydantic/pydantic-ai/pull/2641
Full Changelog: https://github.com/pydantic/pydantic-ai/compare/v0.7.4...v0.7.5