Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #56 +/- ##
=======================================
Coverage 86.60% 86.60%
=======================================
Files 7 7
Lines 209 209
Branches 19 19
=======================================
Hits 181 181
Misses 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Why
The current Python 3.9 runtime floor forces this SDK to keep vulnerable locked dependency versions around, including the
requests/urllib3HTTP stack and thepytest/filelocktest toolchain. Python 3.9 is EOL, and several documentation/tooling lines have also moved past the older floors, so this is a good reason to make the next release a focused major instead of continuing to carry vulnerable compatibility state.What changed
2.0.0and raised the supported runtime floor from Python 3.9+ to Python 3.12+.requests >=2.33,<3andurllib3 >=2.7,<3.requests2.34.2,urllib32.7.0,pytest9.0.3,filelock3.29.0,Sphinx9.1.0, andsphinx-autobuild2025.8.25 without old-runtime duplicate/backport entries.[project]metadata sopoetry checkis clean on Poetry 2..venvin the host checkout and to avoid forcinglinux/amd64on Apple Silicon unlessDOCKER_PLATFORMis explicitly set.Security alerts covered
urllib32.7.0.urllib32.7.0.pytest9.0.3.requests2.34.2.filelock3.29.0.filelock3.29.0.Not bundled
Verification
poetry checkpoetry installpoetry run pytest testspoetry run sphinx-build -E -b html docs/source docs/_build/htmlpoetry run tox -e py314poetry buildbash -n scripts/test-in-docker.sh scripts/notify-registry.shgit diff --check./scripts/test-in-docker.sh --python 3.12./scripts/test-in-docker.sh --python 3.14python-e2e.