fix(pydantic_ai): support moved tool manager module#224
Merged
Abhijeet Prasad (AbhiPrasad) merged 9 commits intomainfrom Apr 8, 2026
Merged
fix(pydantic_ai): support moved tool manager module#224Abhijeet Prasad (AbhiPrasad) merged 9 commits intomainfrom
Abhijeet Prasad (AbhiPrasad) merged 9 commits intomainfrom
Conversation
Patch ToolManager through pydantic_ai._agent_graph so the integration keeps working after pydantic_ai 1.78.0 moved the implementation out of pydantic_ai._tool_manager. Update the idempotence test to assert against the same stable alias while keeping the existing VCR-backed tool execution regression coverage in place.
|
Drop into this review session: No serious bugs or issues found 🎉 Generated with Claude Code |
Luca Forstner (lforst)
approved these changes
Apr 8, 2026
Remove psycopg2-binary from the cli extra so braintrust[all] no longer pulls it in. The package is not used by the SDK codebase and it breaks Windows free-threaded 3.13/3.14 installs because upstream does not publish cp313t/cp314t wheels.
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
Update the optional requirements and LiteLLM test matrix to use 1.83.0. This picks up the security fix for the OIDC userinfo cache key collision CVE while still avoiding the compromised 1.82.7 and 1.82.8 releases.
Exclude orjson from the performance extra when building on free-threaded interpreters. orjson 3.11.8 does not support free-threaded Python, which breaks braintrust[all] installation on Windows 3.13t and 3.14t runners.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch ToolManager through pydantic_ai._agent_graph so the integration keeps working after pydantic_ai 1.78.0 moved the implementation out of pydantic_ai._tool_manager.
Update the idempotence test to assert against the same stable alias while keeping the existing VCR-backed tool execution regression coverage in place.