Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Ultrahero opened this issue Mar 2, 2023 · 1 comment

Comments

@Ultrahero
Copy link

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.

@fr-orionfollett
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants