Open NormanTUD opened 2 months ago
Hey, this repository is for GraphQL Core, the reference implementation of the GraphQL spec. GraphQL-WS is a separate specification and, depending on your web framework and stack, provided by the graphql-ws library. That library was made for a previous version of GraphQL Core, and doesn't support v3.x yet. Hence, it is an issue to raise over there and not on the reference implementation.
Is there any specific library you are using like graphene with flask or similar? I might be able to help you find an alternative solution.
I get this error. In the metadata of the wheel, I see this:
Requires-Dist: graphql-core (>=2.0<3)
Does this really have to be there, since newer pip versions seemingly cannot handle that?