Latest Graphene (v3.0.0) is incompatible with latest gql (v3.0.0)
See original GitHub issueCurrent 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:
- Create an empty folder
- Run
poetry init
- Run
poetry add graphene
- Run
poetry add gql
. - 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
Issue Analytics
- State:
- Created 2 years ago
- Reactions:8
- Comments:7 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Published a new release v3.1.0. New release should be on pypi shortly.
@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.