python Pydantic AI Releases · · 2.14.0

Pydantic-AI v2.14.0: Reasoning effort and durability improvements

sdkaipreviewdeprecationengineerpython-agentic
feature patch

This release introduces enhanced reasoning capabilities for Mistral models and new durability options, replacing deprecated agent wrappers. It also includes fixes such as the removal of specific shut-down Gemini models. These changes benefit developers integrating AI models who need more control over reasoning processes and durability strategies. The update is available now.

  • feat(mistral): add reasoning_effort support via thinking settings by @YHallouard in https://github.com/pydantic/pydantic-ai/pull/5294
Features (2)
  • feat(mistral): add reasoning_effort support via thinking settings by @YHallouard in https://github.com/pydantic/pydantic-ai/pull/5294
  • Add TemporalDurability, DBOSDurability and PrefectDurability capabilities to replace the deprecated wrapper agents by @DouweM in https://github.com/pydantic/pydantic-ai/pull/4977

Fixes (1)
  • Remove shut-down Gemini models gemini-2.5-flash-lite-preview-09-2025 and gemini-3.1-flash-lite-preview by @adtyavrdhn in https://github.com/pydantic/pydantic-ai/pull/6606

Read the original announcement →

https://github.com/pydantic/pydantic-ai/releases/tag/v2.14.0

Related releases