v1.36.0

pydantic/pydantic-aiv1.36.0Dec 19, 2025by DouweM

AI Summary

The focus is on AI SDK integration, specifically adding data chunk IDs and tool approval types. It also updates the Google Genai library and fixes schema transformer issues.

Key Highlights

  • Add AI SDK data chunk ID and tool approval types
  • Ensure `type` field when converting `const` to `enum`
  • Bump `google-genai` to 1.56.0

New Features

  • AI SDK data chunk ID
  • Tool approval types
  • Schema transformer type field fix
  • Google Genai library update

Full Release Notes

## What's Changed
* Add AI SDK data chunk ID and tool approval types by @bendrucker in https://github.com/pydantic/pydantic-ai/pull/3760
* Ensure `type` field when converting `const` to `enum` in `GoogleJsonSchemaTransformer` by @majiayu000 in https://github.com/pydantic/pydantic-ai/pull/3751
* Bump `google-genai` to 1.56.0 by @petersli in https://github.com/pydantic/pydantic-ai/pull/3770

## New Contributors
* @majiayu000 made their first contribution in https://github.com/pydantic/pydantic-ai/pull/3751
* @bendrucker made their first contribution in https://github.com/pydantic/pydantic-ai/pull/3760

**Full Changelog**: https://github.com/pydantic/pydantic-ai/compare/v1.35.0...v1.36.0