aiohttp-graphql icon indicating copy to clipboard operation
aiohttp-graphql copied to clipboard

graphql-server-core==2.0.0 is compatible

Open blazewicz opened this issue 4 years ago • 1 comments

I'm guessing that graphql-server-core>2 was expected to follow v3 and thus breaking compatibility with v2 based projects. Meanwhile @jkimbo published v2.0.0 without any breaking changes, making following line of setup.py outdated:

https://github.com/graphql-python/aiohttp-graphql/blob/a7aa6c6c1e9bda5842591b2a91ad800408a21b36/setup.py#L27

blazewicz avatar May 12 '20 09:05 blazewicz

Hi @blazewicz

This package will get merged into graphql-server-core as optional in order to avoid these breaking changes everytime the library is being update.

To stay update with the current status, please check this issue.

KingDarBoja avatar May 16 '20 18:05 KingDarBoja