chore(pydantic-ai): Drop support for < 1.76 - #7446
Merged
alexander-alderman-webb merged 7 commits intoSep 10, 2026
Merged
Conversation
Contributor
Codecov Results 📊✅ 69119 passed | ⏭️ 3315 skipped | Total: 72434 | Pass Rate: 95.42% | Execution Time: 215m 16s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2317 uncovered lines. Coverage diff@@ Coverage Diff @@
## master #PR +/-##
==========================================
- Coverage 90.17% 89.69% -0.48%
==========================================
Files 193 184 -9
Lines 25790 22474 -3316
Branches 9532 8144 -1388
==========================================
+ Hits 23256 20157 -3099
- Misses 2534 2317 -217
- Partials 1434 1328 -106Generated by Codecov Action |
alexander-alderman-webb
marked this pull request as ready for review
September 10, 2026 09:21
sentrivana
approved these changes
Sep 10, 2026
sentrivana
left a comment
Contributor
There was a problem hiding this comment.
Please add to the migration guide too
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.
Description
Remove
ToolManager._call_tool()that was needed forpydantic_aiversions up to 1.63.I've chosen 1.76 because agent information was added to the run context passed to hooks in the version.
Also add some more precise types.
Issues
Reminders
uv run ruff.feat:,fix:,ref:,meta:)