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] Bound boto3 to <1.17.50 and add botocore explicitly #863

Merged
merged 2 commits into from Apr 13, 2021

Conversation

Hedingber
Copy link
Contributor

@Hedingber Hedingber commented Apr 13, 2021

We started seeing packages CI failing with:

Warning!!! Possibly conflicting dependencies found:
* aiobotocore==1.3.0
 - botocore [required: >=1.20.49,<1.20.50, installed: 1.20.50]
------------------------------------------------------------------------

That is happening since botocore recently released 1.20.50, which is incompatible with the latest aiobotocore (which is a sub requirement of s3fs)
boto3 from 1.17.50 requires botocore>=1.20.50,<1.21.0 which conflicts with s3fs 0.5.2 that has aiobotocore>=1.0.1
which resolves to 1.3.0 which has botocore>=1.20.49,<1.20.50, so added <1.17.50 to boto3
boto3 1.17.49 has botocore<1.21.0,>=1.20.49, so we must add botocore explictly

@Hedingber Hedingber changed the title [Requirements] Bound boto3 to <1.17.50 [Requirements] Bound boto3 to <1.17.50 and add botocore explicitly Apr 13, 2021
@Hedingber Hedingber merged commit b7c7b43 into mlrun:development Apr 13, 2021
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

1 participant