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: https://github.com/python-gitlab/python-gitlab/pull/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`