Skip to content
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

requirements: strict boto3 version #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rkhudov
Copy link

@rkhudov rkhudov commented Mar 19, 2024

Restrict version for boto3 library. When installing requirements with following command: pip install -r requirements.txt the issue appears:

ERROR: s3transfer 0.10.0 has requirement botocore<2.0a.0,>=1.33.2, but you'll have botocore 1.27.96 which is incompatible.
ERROR: boto3 1.34.61 has requirement botocore<1.35.0,>=1.34.61, but you'll have botocore 1.27.96 which is incompatible.

Since boto3 installing the latest version it is incompatible with the older version of botocore.

Solution:
Restrict boto3 to version without compatibility conflicts.

Signed-off-by: rkhudov <rhudov@gmail.com>
@rkhudov
Copy link
Author

rkhudov commented Mar 28, 2024

@cbodley Hi, is it possible to assign someone for review? Or is there an automatic process for that?
Thank you!

@BBoozmen BBoozmen requested a review from cbodley April 15, 2024 13:37
@BBoozmen BBoozmen assigned rkhudov and unassigned cbodley and rkhudov Apr 15, 2024
Copy link

@BBoozmen BBoozmen left a comment

Choose a reason for hiding this comment

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

LGTM

@cbodley
Copy link
Contributor

cbodley commented Apr 15, 2024

@alimaredia would you please run this through teuthology to make sure it doesn't break anything?

@rkhudov
Copy link
Author

rkhudov commented Apr 19, 2024

Hi @alimaredia, any updates on it?

@rkhudov
Copy link
Author

rkhudov commented Apr 24, 2024

Hi @cbodley @alimaredia, any updates?

@rkhudov
Copy link
Author

rkhudov commented Apr 25, 2024

Maybe I can help to speed this process somehow. If so, let me know

@rkhudov
Copy link
Author

rkhudov commented May 13, 2024

Hey @alimaredia any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants