Skip to content

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

@serramatutu

Description

@serramatutu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions