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:
|
"graphql-server-core>=1.2,<2", |