graphene-sqlalchemy icon indicating copy to clipboard operation
graphene-sqlalchemy copied to clipboard

examples/flask_sqlalchemy: dependency specification needed, due to breaking change in graphql-core ^3

Open zral0kh opened this issue 2 years ago • 1 comments

The requirements should be updated so that Flask-GraphQL==2.3.0 is used, elsewhise pip will install Flask-GraphQL>=3 and this will lead to an import error in graphql-server, because get_default_backend is not defined in graphql/graphql-core>=3 . This of course won't be necessary if the deeper lying dependency issues are fixed, but while they are present, this is a quick fix.

zral0kh avatar Mar 02 '23 13:03 zral0kh

Flask graphql does not have a version 2.3.0 as far as I can see

fr-orionfollett avatar Oct 20 '23 20:10 fr-orionfollett