Open
Description
Attempting a pip install flask_graphql
ends up with a dependency conflict.
Logs
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
graphql-relay 3.2.0 requires graphql-core<3.3,>=3.2, but you have graphql-core 2.3.2 which is incompatible.
graphene 3.1 requires graphql-core<3.3,>=3.1, but you have graphql-core 2.3.2 which is incompatible.
gql 3.3.0 requires graphql-core<3.3,>=3.2, but you have graphql-core 2.3.2 which is incompatible.
Metadata
Metadata
Assignees
Labels
No labels
Activity
tejom commentedon Nov 24, 2022
Is this project still maintained?
pei-lun commentedon Dec 16, 2022
It seems that they integrate
flask-graphql
intographql-server
. I upgrade my old project tographene
v3.2.1 and usegraphql-server
v3.0.0b5, the project works fine so far, just remember to fix the version ofmarkupsafe
to v2.0.1.