Skip to content

gql 3.5.1: Requires-Dist: graphql-core<3.2.4,>=3.2 #534

Closed
@JohnVillalovos

Description

@JohnVillalovos

This is breaking using gql 3.5.1 with the test release of Python 3.14, as graphql-core 3.2.3 gets installed.

Example failure: python-gitlab/python-gitlab#3146

The gql 3.5.1 release on PyPI in the METADATA file has:

Requires-Dist: graphql-core<3.2.4,>=3.2

While the gql 3.5.0 release on PyPI in the METADATA file has:

Requires-Dist: graphql-core <3.3,>=3.2

I'm not sure why that is as the setup.py file doesn't have any history of graphql-core<3.2.4,>=3.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions