You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
While the gql 3.5.0 release on PyPI in the METADATA file has:
I'm not sure why that is as the
setup.py
file doesn't have any history ofgraphql-core<3.2.4,>=3.2
The text was updated successfully, but these errors were encountered: