v1.0.11 (2025-09-29)
What's Changed
- Support OpenAI image detail on
ImageUrl
andBinaryContent
viavendor_metadata
by @moritzwilksch in #2987 - Support callable classes as history processors by @bitnahian in #2988
- Add
claude-sonnet-4-5
to known model names by @DouweM in #3033 - Add
operation.cost
metric to instrumented models by @alexmojaki in #3013 - Fix streaming gpt-oss using Ollama by @DouweM in #3035
- Raise error when using Anthropic thinking with output tools by @DouweM in #3025
- Make
OutputObjectDefinition
public onpydantic_ai.output
by @moritzwilksch in #2991 - Update
pyproject.toml
to be PEP639 compliant by @Kludex in #3001 - Bump temporalio to 1.18.0 by @DouweM in #3027
- Bump genai-prices to 0.0.28 by @DouweM in #3030
- Document that Gemini requires native or prompted output mode for structured output streaming by @DouweM in #3032
- Update Ollama docs instructions by @slkoo-cc in #2993
- Update docs and tests for DBOS v2.0 by @qianl15 in #3004
New Contributors
Full Changelog: v1.0.10...v1.0.11