question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest Graphene (v3.0.0) is incompatible with latest gql (v3.0.0)

See original GitHub issue

Current behavior

Current Graphene (v3.0.0) and GQL (v3.0.0) packages are incompatible due to no overlap between specified graphql-core versions.

If you try to install both using a package manager with a dependency resolver such as Poetry, it’ll break.

Demo project or reproducible steps

There’s no need for a demo project. Here are the minimal steps to reproduce the problem:

  1. Create an empty folder
  2. Run poetry init
  3. Run poetry add graphene
  4. Run poetry add gql.
  5. It’ll break and complain graphql-core package versions are incompatible.

What is the expected behavior?

Graphene and GQL should be installable together

Use case/motivation

It’d be nice if both packages worked well together.

My environment

  • Version: 3.0.0
  • Platform: Ubuntu 20.04 LTS

Other info

Graphene specifies graphql-core~=3.1.2 while GQL specifies graphql-core>=3.2,<3.3. There are obviously no overlapping versions. I suggest bumping the graphql-core version.

Screenshots

image image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:8
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
jkimbocommented, May 30, 2022

Published a new release v3.1.0. New release should be on pypi shortly.

2reactions
Citocommented, May 25, 2022

@ddelange Yes, I think this is resolved. But I’m not a Graphene maintainer and currently don’t use it actively. I have passed the question on to the Graphene slack channel.

Read more comments on GitHub >

github_iconTop Results From Across the Web

graphql-python - Bountysource
Current Graphene (v3.0.0) and GQL (v3.0.0) packages are incompatible due to no overlap between specified graphql-core versions.
Read more >
graphene-federation - PyPI
WARNING: This version is not compatible with graphene version below v3. If you need to use a version compatible with graphene v2 I...
Read more >
There are incompatible versions in the resolved dependencies
The problem seems to be that graphene-django only has version 2.15.0 according to PyPI https://pypi.org/project/graphene-django/.
Read more >
homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter aacgain 1.8 AAC‑supporting version of mp3gain aalib 1.4rc5 Portable ASCII art graphics library aamath 0.3 Renders mathematical expressions as ASCII art
Read more >
Untitled
Cooper tire company tupelo ms, Old town casino hack, Guitar chords famous hindi songs, Latest resource.cfg file for sims 3, Clip on ponytail...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found