You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pydantic-ai): Do not fail on new ToolManager._call_tool() parameters (#5084)
Update our patch of `ToolManager._call_tool` to accept arbitrary parameters, preventing unexpected arguments. In version 1.12.0 of `pydantic-ai`, `ToolManager._call_tool` introduced a new parameter, which caused our patch to raise an exception.
0 commit comments