dandi / zarr_checksum

Algorithms for calculating a zarr checksum against local or cloud storage
https://pypi.org/project/zarr-checksum/
Apache License 2.0
11 stars 3 forks source link

Lower minimum boto3 version requirement #7

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

In order for this package to fully replace ZCTree from dandi-cli, I need to be able to use it in dandi/dandisets/tools/backups2datalad, which depends on aiobotocore, which currently depends on botocore <1.27.60, >=1.27.59, which boto3 is only compatible with in version 1.24.59, which is lower than is currently allowed by zarr_checksum.

jjnesbitt commented 1 year ago

@jwodder I've approved this and you should have write permissions on the project now. Can you confirm that by trying to merge this?

jwodder commented 1 year ago

@AlmightyYakob Merged.

jwodder commented 1 year ago

@AlmightyYakob The "Deploy" action failed because it ran from my fork and thus did not have access to any GitHub secrets.