-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
unpin moto-ext, upgrade to 5.1.12.post22 #13147
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
Conversation
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
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 40m 44s ⏱️ Results for commit 314a961. ♻️ This comment has been updated with latest results. |
7fb6bdd to
9031496
Compare
viren-nadkarni
approved these changes
Sep 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
docs: skip
Pull request does not require documentation changes
notes: skip
Pull request does not have to be mentioned in the release notes
semver: minor
Non-breaking changes which can be included in minor releases, but not in patch releases
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
With localstack/moto#78, we introduced a new workflow in
localstack/motowhich should automatically - on a weekly schedule - sync-rebase and release our fork ofmoto(pushingmoto-extto pypi).In order to implement this continuous integration of changes in
motohere in LocalStack, we now should now make sure that updates tomoto(-ext)get included regularly.This is why this PR removes the pin to a specific version in the requirements of
localstack-coreand bumps the version ofmoto-extto the latest release (the first one which has been created fully automatically).This bump will cause some issues (since there was quite a distance), but afterwards we are hoping that the more frequent integration decreases the pain there. Basically this means getting a bit lower on the X-axis on this simple diagram from Martin Fowler (posted 14 years ago in this blog post 😅) will hopefully get us down on the pain axis:

Changes
moto-extin thepyproject.tomlmoto-extTODO
Related
Related to PNX-127