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.
Motivation
Yesterday we unpinned
botocoreagain (with #9667).This PR avoids the latest release of
botocore, which - again - reverts the SQS protocol back toquery(with boto/botocore#3071).Changes
Next Steps
It feels like this is a safety measure for now, but the next try will be there soon.
We already have a solution at hand which is pretty hacky, but would get better with #9710.
The next steps therefore should be:
botocoreswitches this again, we have to switch again.In the meantime we will start efforts to pin our dependencies and only do coordinated updates of
botocore(coming in the next few weeks), such that these breaking changes can be handled in a coordinated manner.