Currently s3fs's aiohttp requirement has no lower bound:
aiohttp!=4.0.0a0, !=4.0.0a1
This means that dependency resolvers using lowest-version resolution (e.g. uv --resolution lowest-direct) can resolve to ancient, broken versions of aiohttp (e.g. 0.1), which fail to build.
Would it be possible to add a lower bound, e.g. aiohttp>=3.9.0?
Currently s3fs's aiohttp requirement has no lower bound:
This means that dependency resolvers using lowest-version resolution (e.g.
uv --resolution lowest-direct) can resolve to ancient, broken versions of aiohttp (e.g. 0.1), which fail to build.Would it be possible to add a lower bound, e.g.
aiohttp>=3.9.0?