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

Dependency conflicts with graphene>=3.0 #89

Open
leeyspaul opened this issue Jun 14, 2022 · 2 comments
Open

Dependency conflicts with graphene>=3.0 #89

leeyspaul opened this issue Jun 14, 2022 · 2 comments

Comments

@leeyspaul
Copy link

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.
@tejom
Copy link

tejom commented Nov 24, 2022

Is this project still maintained?

@pei-lun
Copy link

pei-lun commented Dec 16, 2022

It seems that they integrate flask-graphql into graphql-server. I upgrade my old project to graphene v3.2.1 and use graphql-server v3.0.0b5, the project works fine so far, just remember to fix the version of markupsafe to v2.0.1.

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

3 participants