Skip to content

Commit

Permalink
Pin aiobotocore dependency more strictly
Browse files Browse the repository at this point in the history
https://github.com/aio-libs/aiobotocore/releases/tag/1.4.0 introduced a
backwards-incompatible change, so we need to only allow tiny to flex for
the future.
  • Loading branch information
gadomski committed Aug 20, 2021
1 parent ce67a72 commit 90bd7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiobotocore>=1.0.1
aiobotocore~=1.4.0

This comment has been minimized.

Copy link
@JohnHBrock

JohnHBrock Sep 7, 2021

This syntax is equivalent to aiobotocore>=1.4.0, <1.5.0, is that what's intended? Should this be aiobotocore~=1.4 instead?

This comment has been minimized.

Copy link
@gadomski

gadomski Sep 8, 2021

Author Contributor

Correct. Since aiobotocore v1.4.0 introduced a backwards-incompatible change, it seemed prudent to not automatically allow minor version bumps.

fsspec==2021.07.0

0 comments on commit 90bd7bd

Please sign in to comment.