You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that s3fs upgraded to aiobotocore~=2.0.1 in 2021.11.1 which means that the s3fs constraints are exclusively satisfied by s3fs==2021.11.0.
Adding this requirement to my pip-compile input fixed the resolver which was not smart enough to figure this out, but it would be nice if s3contents could either fix the constraint on s3fs to specify the one compatible version or expand the range and drop the requirement on aiobotocore<2
Hi! Thanks for the awesome library!
I'm trying to use this in a larger project w/
pip-compile
from pip-tools, but I'm running into an issue finding compatible dependencies:The text was updated successfully, but these errors were encountered: