Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pin boto3 and botocore versions #7088

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

Merged
merged 1 commit into from
Oct 25, 2022
Merged

pin boto3 and botocore versions #7088

merged 1 commit into from
Oct 25, 2022

Conversation

alexrashed
Copy link
Member

boto/botocore recently changed the endpoint detection: boto/botocore@357d5a8
These changes (which are contained in boto3==1.25.0 / botocore==1.2.8) break some of the internal APIs we are using for testing and for our forwarding API (because the endpoint parameter became mandatory), and have impact on the routing (due to changes with the endpoints).

This PR provides a quick-fix by pinning to the previous versions.
The root cause / adjustment to the new versions will be addressed #7086.

@alexrashed alexrashed requested review from whummer and thrau October 25, 2022 09:45
@alexrashed alexrashed temporarily deployed to localstack-ext-tests October 25, 2022 09:45 Inactive
@coveralls
Copy link

Coverage Status

Coverage increased (+0.007%) to 79.307% when pulling ec33bcb on pin-boto into 434b9eb on master.

Copy link
Member

@whummer whummer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very interesting, great catch. LGTM 👍 as a quick fix for now.

Curious to see how the "endpoints 2.0" initiative (which has been recently mentioned in a couple of AWS SDK client repos) will pan out. Currently this still seems to be a more flexible way to determine target endpoints based on rule sets, but who knows - maybe this could be a first step towards boto/boto3#2746 (comment) . 🤷

@thrau thrau merged commit a384434 into master Oct 25, 2022
@thrau thrau deleted the pin-boto branch October 25, 2022 11:13
@thrau thrau changed the title pin boto(core) version pin boto3 and botocore versions Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants