Pydantic AI v2.43.0 (2026-09-11)
Pydantic AI v2.43.0 introduces a first-run banner for clai sessions and fixes bugs related to tool call text boundary preservation in OpenAIChatModel and Temporal tool opt-out checks.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Pydantic AI v2.43.0 includes the following changes: Features: - Add a first-run banner describing the run and open clai sessions with it (PR 7447). Bug Fixes: - Preserve text part boundaries after tool calls in OpenAIChatModel (PR 8235). - Key tool opt-out checks on operation kind instead of an MCP import in Temporal integration (PR 8257).
可执行摘要
Pydantic AI v2.43.0 release adds a first-run descriptive banner for clai sessions (PR 7447), fixes text part boundary preservation after tool calls in OpenAIChatModel (PR 8235), and adjusts Temporal tool opt-out checks to key on operation kind rather than an MCP import (PR 8257).
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade to Pydantic AI v2.43.0.
- Verify tool call text part handling when using OpenAIChatModel.
- Review Temporal tool opt-out configurations to ensure compatibility with operation kind checks.