AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

s3fs <=2021.07.0 is incompatible with aiobotocore >=1.4.0 #148

Open chenghlee opened 3 years ago

chenghlee commented 3 years ago

An API change in aiobotocore 1.4.0 breaks (dask) s3fs <=2021.07.0; s3fs >=2021.08.0 introduces a stricter aiobotocore pinning to prevent this from happening in the future. See dask/s3fs#510 for details.