build(deps): raise minimum versions for eight dependencies - #563
Merged
Conversation
Bundles the outstanding dependency floor bumps into a single change so they are resolved, locked, and tested together -- the combination is what lands on main, and nine separate pull requests each only prove main plus one bump. psycopg 3.3.4, psycopg-pool 3.3.1, uvicorn 0.52.1, rich 15.0.0, fastapi 0.141.1, charset-normalizer 3.4.9, unique-namer 1.6.2, pymongo 4.17.0. Every version the lock resolved to has been public for at least seven days, per the release cooldown this repository applies to dependency updates. unique-namer, pymongo and typing_extensions were already locked at or above the new floors, so only the constraint moves for those.
# Conflicts: # CHANGELOG.md
This was referenced Aug 11, 2026
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.
Bundles the outstanding Dependabot floor bumps into one change, so they resolve, lock, and test together — the combination is what actually lands on
main, and nine separate PRs each only prove "main plus one bump".It also closes a coverage gap. Dependabot-authored runs get no Actions secrets, so the agentic, E2E, dispatch and bridge lanes skip on its PRs. This PR is human-authored, so those lanes run normally and these bumps ship with real end-to-end evidence rather than none.
Every version the lock actually resolved to was audited against PyPI upload dates: all are at least seven days old, per the release cooldown this repository applies to dependency updates.
unique-namer(1.6.2),pymongo(4.17.0) andtyping_extensions(4.16.0) were already locked at or above the new floors, so only the declared constraint moves for those —uv lockreports no version change.Supersedes #556, #555, #554, #553, #551, #550, #549, #548. #475 is already satisfied on
mainand is closed separately as a no-op.