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

update botocore to latest version; update awscli, boto3 accordingly #1042

Closed
wants to merge 2 commits into from

Conversation

andrii-i
Copy link

@andrii-i andrii-i commented Oct 3, 2023

Description of Change

Bump botocore to latest version; update awscli, boto3 accordingly.

aiobotocore dependency on botocore 1.31.17 causes dependency conflict with packages that depend on newer version of botocore. For example, because of this latest versions of s3fs and boto3 conflict.

Fixes #1043.

Assumptions

This PR bumps botocore to latest version.

Generally it would be nice to relax version pinning to decrease the frequency of version conflicts and needing to bump versions manually. See issue #1028 and PR #1037 for more details on that.

Checklist for All Submissions

  • I have added change info to CHANGES.rst
  • If this is resolving an issue (needed so future developers can determine if change is still necessary and under what conditions) (can be provided via link to issue with these details): Bump botocore to latest version #1043.

Checklist when updating botocore and/or aiohttp versions

  • I have read and followed CONTRIBUTING.rst
  • I have updated test_patches.py where/if appropriate (also check if no changes necessary)
  • I have ensured that the awscli/boto3 versions match the updated botocore version

@jakob-keller
Copy link
Collaborator

Please consider #1037 as an alternative to this PR.

@andrii-i
Copy link
Author

andrii-i commented Oct 6, 2023

This PR attempted to bump versions of botocore, awscli, boto3. How to Upgrade Botocore and Hashes of Botocore Code (important) are missing. Closing as I don't have a resource/don't plan to work on this now.

@andrii-i andrii-i closed this Oct 6, 2023
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.

Bump botocore to latest version
2 participants