Modernize Python packaging and development infrastructure - #1243
Open
Carter Tinney (cartertinney) wants to merge 2 commits into
Open
Modernize Python packaging and development infrastructure#1243Carter Tinney (cartertinney) wants to merge 2 commits into
Carter Tinney (cartertinney) wants to merge 2 commits into
Conversation
Carter Tinney (cartertinney)
force-pushed
the
ct/py-overhaul
branch
from
August 22, 2026 19:00
3abf634 to
925e3a7
Compare
Carter Tinney (cartertinney)
changed the base branch from
main
to
fix/initialize-sync-method-request
August 22, 2026 19:00
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.
Summary
pyproject.tomlauthoritative for package metadata, dependencies, pytest, Ruff, and Black configurationimportlib.metadataThe checked-in
uv.lockprovides a reproducible contributor baseline. CI intentionally runsuv sync --upgradeso this library continues detecting breakage from newly released compatible dependencies.Validation
twine checkpassed for both artifacts2.15.0rc1uv lock --checkandgit diff --checkpassedStack
This PR is stacked on #1242, which initializes state in a pre-existing E2E test so the newly enabled Ruff gate passes. Review and merge #1242 first. After #1242 merges, this PR should be retargeted to
mainand updated frommainbefore merging.