Skip to content

fix: bump boto3 version to support batch APIs for trace-schedule#1134

Merged
epmog merged 1 commit intoaws-deadline:mainlinefrom
epmog:bump_boto3_for_batch
Apr 24, 2026
Merged

fix: bump boto3 version to support batch APIs for trace-schedule#1134
epmog merged 1 commit intoaws-deadline:mainlinefrom
epmog:bump_boto3_for_batch

Conversation

@epmog
Copy link
Copy Markdown
Contributor

@epmog epmog commented Apr 23, 2026

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 install where you previously had an older boto3

How was this change tested?

hatch run test

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.

Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
@epmog epmog requested a review from a team as a code owner April 23, 2026 23:51
@github-actions github-actions Bot added the waiting-on-maintainers Waiting on the maintainers to review. label Apr 23, 2026
@epmog epmog enabled auto-merge (squash) April 23, 2026 23:53
@epmog epmog merged commit 4c2f973 into aws-deadline:mainline Apr 24, 2026
31 checks passed
@epmog epmog deleted the bump_boto3_for_batch branch April 24, 2026 21:30
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-on-maintainers Waiting on the maintainers to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants