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

feat: Relax aws extras requirements #3585

Merged
merged 2 commits into from
Apr 21, 2023

Commits on Apr 5, 2023

  1. relax aws extras requirements

    boto3 1.20.23 was released in late 2021. There have been many releases
    since that downstream projects would reasonably want to use.
    
    s3fs is a particularly thorny dependency because each version of s3fs
    depends on a very narrow range of aiobotocore versions.  s3fs (as
    opposed to pyarrow._s3fs) does not appear to be used directly for AWS
    related code.  If users want to avail themself of pandas<-->s3
    integration with s3fs they can still install it directly.
    
    Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>
    cburroughs committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3a95ce3 View commit details
    Browse the repository at this point in the history
  2. fixup: regen requirements

    Signed-off-by: Chris Burroughs <chris.burroughs@gmail.com>
    cburroughs committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1ad85ad View commit details
    Browse the repository at this point in the history