fix: bump boto3 version to support batch APIs for trace-schedule#1134
Merged
epmog merged 1 commit intoaws-deadline:mainlinefrom Apr 24, 2026
Merged
fix: bump boto3 version to support batch APIs for trace-schedule#1134epmog merged 1 commit intoaws-deadline:mainlinefrom
epmog merged 1 commit intoaws-deadline:mainlinefrom
Conversation
Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
mwiebe
approved these changes
Apr 23, 2026
leongdl
approved these changes
Apr 23, 2026
godobyte
approved these changes
Apr 24, 2026
epmog
added a commit
that referenced
this pull request
Apr 24, 2026
…) (#1136) Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com> Co-authored-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
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.
What was the problem/requirement? (What/Why)
We recently added usage of batch apis to job-trace-schedule CLI #1117, but didn't bump the boto3 version that's required to use it. Released in version 1.42.89: https://github.com/boto/boto3/blob/develop/CHANGELOG.rst#L99
The command already guards against older versions of python, so nothing changes there.
What was the solution? (How)
bump the version
What is the impact of this change?
Working job-trace-schedule when you perform a
pip installwhere you previously had an older boto3How was this change tested?
Was this change documented?
N/A
Does this PR introduce new dependencies?
N/A
Is this a breaking change?
Maybe technically since whatever venv has to update and we don't know other deps restrictions? But we've been doing these as simple patch updates.
Does this change impact security?
N/A
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.