python Pydantic AI Releases · · 2.35.3

Pydantic-AI v2.35.3 Patch Release Addresses Several Bug Fixes

sdkgaengineerpython-agentic
patch

Pydantic-AI has released version 2.35.3, primarily focusing on bug fixes to improve stability and correctness. This patch addresses issues including Heroku GLM model routing, cookie scoping for safe downloads, resolution of cross-category tool requests, and identification of rejected runtime toolsets in durable execution. It also updates dependency management for the `dbos` extra. These fixes enhance the reliability of the Pydantic-AI library for developers.

  • Route Heroku GLM models through zai_model_profile by @LHMQ878 in https://github.com/pydantic/pydantic-ai/pull/6837
  • Scope safe_download cookies to original hostnames by @Diwak4r in https://github.com/pydantic/pydantic-ai/pull/7077
  • Fix DeferredToolRequests.remaining resolving cross-category result IDs by @pydanty in https://github.com/pydantic/pydantic-ai/pull/7626
  • Identify rejected runtime toolsets in durable execution errors by @pydanty in https://github.com/pydantic/pydantic-ai/pull/6784
Fixes (5)
  • Route Heroku GLM models through zai_model_profile by @LHMQ878 in https://github.com/pydantic/pydantic-ai/pull/6837
  • Scope safe_download cookies to original hostnames by @Diwak4r in https://github.com/pydantic/pydantic-ai/pull/7077
  • Fix DeferredToolRequests.remaining resolving cross-category result IDs by @pydanty in https://github.com/pydantic/pydantic-ai/pull/7626
  • Identify rejected runtime toolsets in durable execution errors by @pydanty in https://github.com/pydantic/pydantic-ai/pull/6784
  • Un-cap the dbos extra; add opentelemetry-instrumentation-logging as a test dependency instead by @dsfaccini in https://github.com/pydantic/pydantic-ai/pull/7820

Read the original announcement →

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

Related releases