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

Cannot install jet-django as it requires an outdated graphene version. #33

Open
thclark opened this issue Jun 16, 2023 · 0 comments
Open

Comments

@thclark
Copy link

thclark commented Jun 16, 2023

Here's what I get from poetry add jet-django:

Because no versions of jet-django match >1.7.19,<2.0.0
 and jet-django (1.7.19) depends on jet-bridge-base (1.7.19), jet-django (>=1.7.19,<2.0.0) requires jet-bridge-base (1.7.19).
(1) So, because jet-bridge-base (1.7.19) depends on graphene (<3.0), jet-django (>=1.7.19,<2.0.0) requires graphene (<3.0).

    Because no versions of graphene-django match >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<3.1.1 || >3.1.1,<4.0.0
 and graphene-django (3.0.0) depends on graphene (>=3.0,<4), graphene-django (>=3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<3.1.1 || >3.1.1,<4.0.0) requires graphene (>=3.0,<4).
    And because graphene-django (3.0.1) depends on graphene (>=3.0,<4), graphene-django (>=3.0.0,<3.0.2 || >3.0.2,<3.1.1 || >3.1.1,<4.0.0) requires graphene (>=3.0,<4).
    And because graphene-django (3.0.2) depends on graphene (>=3.0,<4)
 and graphene-django (3.1.1) depends on graphene (>=3.0,<4), graphene-django (>=3.0.0,<4.0.0) requires graphene (>=3.0,<4).
    And because jet-django (>=1.7.19,<2.0.0) requires graphene (<3.0) (1), jet-django (>=1.7.19,<2.0.0) is incompatible with graphene-django (>=3.0.0,<4.0.0)
    So, because amy depends on both graphene-django (^3.0.0) and jet-django (^1.7.19), version solving failed.

Graphene 2 is ancient - time for an upgrade! Here are the things that happened in v2 to v3.

Looking forward to playing with Jet but this needs to be addressed first I'm afraid, up-to-date graphene is a hard requirement for any modern API! :)

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

1 participant