python Pydantic AI Releases · · 2.35.1

Pydantic-AI v2.35.1 Patch Release Addresses Bedrock and Temporal Bugs

sdkaigaengineerpython-agentic
patch

Pydantic-AI has released version 2.35.1, a patch update focused on resolving two key bugs. The release ensures that Bedrock guardrail trace details are correctly carried within `ModelResponse.provider_details`. Additionally, it fixes an issue where the `provider_factory` was not honored when canceling Temporal responses, improving reliability for asynchronous operations. This update is primarily relevant for engineers utilizing Pydantic-AI with AWS Bedrock or Temporal workflows.

  • Carry Bedrock guardrail trace in ModelResponse.provider_details by @pydanty in https://github.com/pydantic/pydantic-ai/pull/7562
  • Honor provider_factory when cancelling Temporal responses by @DouweM in https://github.com/pydantic/pydantic-ai/pull/7000
Fixes (2)
  • Carry Bedrock guardrail trace in ModelResponse.provider_details by @pydanty in https://github.com/pydantic/pydantic-ai/pull/7562
  • Honor provider_factory when cancelling Temporal responses by @DouweM in https://github.com/pydantic/pydantic-ai/pull/7000
Read the original announcement →

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

Related releases