Tools
pydantic-ai v2.34.0 ships a LangChain migration skill and GLM-5.3 support, then renames its capability API two days later
v2.34.0 (2026-08-25) adds a LangChain migration skill shipped inside the framework itself, plus GLM-5.3 support in ZaiModel. v2.35.0 (2026-08-26) deprecates RunContext.capability_loaded and available_capability_ids in favour of capability_active and active_capability_ids, a rename that will break code reading the old names. Shipping a competitor-migration skill as a first-class framework artifact is a notable distribution move, treating the agent itself as the porting tool rather than writing a migration guide.
Source
↳ Follow the thread