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

aiobotocore dependency on old version of botocore causes dependency conflicts #83

Closed
andrii-i opened this issue Oct 5, 2023 · 1 comment

Comments

@andrii-i
Copy link
Contributor

andrii-i commented Oct 5, 2023

Problem

Sagemaker-distribution will likely have multiple packages that (transitively) depend on aiobotocore.aiobotocore dependency on old version of 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 packages conflict (new versions of boto3 depend on botocore >=1.31.35,<1.32.0 and up).

Potential solution

Bump botocore to latest version in aiobotocore repository: aio-libs/aiobotocore#1043.

@aws-tianquaw
Copy link
Contributor

Looks like the aiobotocore PR has been merged, closing the issue

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

No branches or pull requests

2 participants