Skip to content

Cannot install requests transport because qgl requires out of date urllib3 1.x #439

Closed
@divad

Description

@divad

gql has an optional requests transport. This works with the latest requests versions. gql however specifies an old version (1.x) of urllib3 in order to install the requests transport. Why? As far as I can tell gql doesn't directly use urllib3 itself, so it should not be concerned with restricting the version of it. Other packages require urllib3 >=2.0, such as https://pypi.org/project/types-requests/. As such, gql cannot be used in a project which uses these libraries, restricting usage of gql.

Can gql remove this restriction so we can install it in an environment with urllib3 2.x please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: choreChanges to the build process or auxiliary tools and libraries such as documentation generation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions