Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
JohnVillalovos opened this issue Mar 6, 2025 · 3 comments
Closed

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

JohnVillalovos opened this issue Mar 6, 2025 · 3 comments
Labels
type: feature A new feature

Comments

@JohnVillalovos
Copy link

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

@leszekhanusz
Copy link
Collaborator

gql 3.5.1 restricted graphql-core to <3.2.4 in the stable branch in PR #533 because gql tests were failing with that version of graphql-core.

Even tough the stable version is not supposed to support Python 3.14, I'll try to retrofit some patches to make the tests succeed and make a new gql 3.5.2 stable version which works with graphql-core 3.2.4

@leszekhanusz
Copy link
Collaborator

It should now be fixed in version 3.5.2

@JohnVillalovos
Copy link
Author

It should now be fixed in version 3.5.2

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A new feature
Projects
None yet
Development

No branches or pull requests

2 participants