Skip to content

Set a lower bound on aiohttp dependency #1015

@TomNicholas

Description

@TomNicholas

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions