Skip to content

[deps] upgrade boto3#56291

Merged
aslonnie merged 8 commits intomasterfrom
elliot-barn/upgrade-boto3
Sep 6, 2025
Merged

[deps] upgrade boto3#56291
aslonnie merged 8 commits intomasterfrom
elliot-barn/upgrade-boto3

Conversation

@elliot-barn
Copy link
Copy Markdown
Contributor

upgrading boto3

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
@elliot-barn elliot-barn requested review from aslonnie and removed request for aslonnie September 5, 2025 18:42
@elliot-barn elliot-barn marked this pull request as draft September 5, 2025 18:43
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request upgrades boto3 and its related dependencies across several requirement files. The changes are mostly straightforward version bumps. I've found one potential issue with the version specifier for botocore in cloud-requirements.txt. It is too loose and could lead to installing an incompatible version. My suggestion aims to tighten this requirement to match the dependency of boto3, ensuring build reproducibility and preventing potential runtime errors.

boto3>=1.26.76
botocore>=1.19.52
boto3==1.28.17
botocore>=1.31.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The boto3==1.28.17 package has a dependency on botocore<1.32.0,>=1.31.17. The current version specifier botocore>=1.31.0 is too loose and could allow installation of an incompatible botocore version (e.g., 1.31.0 through 1.31.16). To ensure compatibility and prevent potential runtime issues, it's best to specify the full compatible range for botocore.

botocore>=1.31.17,<1.32.0

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
@elliot-barn elliot-barn marked this pull request as ready for review September 5, 2025 20:12
@elliot-barn elliot-barn requested a review from a team as a code owner September 5, 2025 20:12
@ray-gardener ray-gardener bot added the core Issues that should be addressed in Ray Core label Sep 6, 2025
@aslonnie aslonnie added the go add ONLY when ready to merge, run all tests label Sep 6, 2025
Copy link
Copy Markdown
Collaborator

@aslonnie aslonnie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. not sure if this bump is high enough, but let's give it a try.

@aslonnie aslonnie merged commit 7095933 into master Sep 6, 2025
6 checks passed
@aslonnie aslonnie deleted the elliot-barn/upgrade-boto3 branch September 6, 2025 06:12
sampan-s-nayak pushed a commit to sampan-s-nayak/ray that referenced this pull request Sep 8, 2025
upgrading boto3

---------

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Signed-off-by: sampan <sampan@anyscale.com>
jugalshah291 pushed a commit to jugalshah291/ray_fork that referenced this pull request Sep 11, 2025
upgrading boto3

---------

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Signed-off-by: jugalshah291 <shah.jugal291@gmail.com>
wyhong3103 pushed a commit to wyhong3103/ray that referenced this pull request Sep 12, 2025
upgrading boto3

---------

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Signed-off-by: yenhong.wong <yenhong.wong@grabtaxi.com>
ZacAttack pushed a commit to ZacAttack/ray that referenced this pull request Sep 24, 2025
upgrading boto3

---------

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Signed-off-by: zac <zac@anyscale.com>
dstrodtman pushed a commit that referenced this pull request Oct 6, 2025
upgrading boto3

---------

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Signed-off-by: Douglas Strodtman <douglas@anyscale.com>
justinyeh1995 pushed a commit to justinyeh1995/ray that referenced this pull request Oct 20, 2025
upgrading boto3

---------

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
landscapepainter pushed a commit to landscapepainter/ray that referenced this pull request Nov 17, 2025
upgrading boto3

---------

Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Issues that should be addressed in Ray Core go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants