AmazonBedrock: raise awscli/boto3/botocore pins (3 alerts) - #105
Open
jason-anthropic wants to merge 1 commit into
Open
jason-anthropic wants to merge 1 commit into
jason-anthropic wants to merge 1 commit into
Conversation
Exact-pin raise of awscli with matching botocore/boto3; no other change.
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.
Summary
Raises the exact pins in
AmazonBedrock/requirements.txtfor the AWS CLI/SDK trio to current patched releases:awscli1.32.74 → 1.45.28, with the matchingbotocore1.34.74 → 1.43.28 (awscli pins botocore exactly) andboto31.34.74 → 1.43.28. All same-major; no other lines or files change.Deploy on merge: none — this is a tutorial requirements file; nothing is built or published from it.
Movers
botocore==1.43.28)The notebooks use
boto3session/client calls for Bedrock, which are stable across this range.Verification
uv pip compileof the file at head (Python 3.11) resolves cleanly (36 packages; awscli 1.45.28 / boto3 1.43.28 / botocore 1.43.28 / s3transfer 0.18.0).Overlap
Supersedes Dependabot #73 (awscli 1.44.38, which leaves boto3/botocore at 1.34.74 and therefore cannot install); #82 also edits this file (model-alias change on other lines) — trivial to rebase either way.
History: cut 2026-08-28.