-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
remove pins in setup.cfg, add .python-version #10195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
S3 Image Test Results (AMD64 / ARM64) 2 files 2 suites 3m 23s ⏱️ Results for commit eb99701. ♻️ This comment has been updated with latest results. |
LocalStack Community integration with Pro 2 files ±0 2 suites ±0 1h 22m 10s ⏱️ - 3m 6s For more details on these failures, see this check. Results for commit eb99701. ± Comparison against base commit 361abbf. ♻️ This comment has been updated with latest results. |
24a52ea to
6105fed
Compare
silv-io
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a small thought and question
Motivation
#10127 introduced dependency pinning.
This is a good opportunity to revisit current pins in the
setup.cfgand try to upgrade as much as possible, as well as to remove some safety pins which have just defined to avoid breaking changes in the future (which is not necessary, because this only happens in a dedicated PR now).Changes
setup.cfgas possible and updates the pins.moto-ext- explicitly updated when we create a release of ourmotoforkdill- iirc this should be pinned to avoid a breaking change? /cc @giogranobotocore- explicitly updated with ASF updates, see pin botocore with ASF API updates, add ASF API forward compatibility #10183docker- waiting for a release of 7.0: Docker Tag Parsing Issue with Registry Ports docker/docker-py#3195 / fix: tag regex should allow ports docker/docker-py#3196black- limited to the major version 23 to avoid lots of reformatting, should be upgraded separately or replaced withruff formatjsonpath-ng- has been pinned with Pin jsonpath_ng to 1.5.3 to unblock CI #9142, breaks skip verification handling in snapshot library (test_dot_in_skip_verification_path) /cc @dominikschubertantlr4-python3-runtime- the antlr4 runtime is tightly coupled to the generated code. The pin will remain for now, and once the generation is automated, we can automate version upgrades. See remove pins in setup.cfg, add .python-version #10195 (comment)..python-versionfile.TODO