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

Upgrade botocore/aiobotocore minimum requirements #33649

Merged
merged 1 commit into from
Aug 23, 2023

Commits on Aug 23, 2023

  1. Upgrade botocore/aiobotocore minimum requirements

    Botocore has a very peculiar process of releasing new version
    every day, which means that it gives `pip` hard time to figure
    what will be the non-conflicting set of packages when we have
    too low of a minium version set as requirement.
    
    Since we had > 1.24 that means that `pip` had to consider
    more than 340 versions for botocore, but also for related
    mypy packages and also a number of aiobotocore packages when
    resolving eager-upgrade.
    
    We limit all the relevant packages to 1.28 as minimum version
    now, and we should continue doing that regularly in the future.
    potiuk committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b20bdb0 View commit details
    Browse the repository at this point in the history