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

Version conflict with django-graphql-jwt #111

Open
2 of 7 tasks
holtergram opened this issue Apr 25, 2021 · 2 comments · May be fixed by #147
Open
2 of 7 tasks

Version conflict with django-graphql-jwt #111

holtergram opened this issue Apr 25, 2021 · 2 comments · May be fixed by #147

Comments

@holtergram
Copy link

holtergram commented Apr 25, 2021

Prerequisites

  • Is it a bug?
  • Is it a new feature?
  • Is it a a question?
  • Can you reproduce the problem?
  • Are you running the latest version?
  • Did you check for similar issues?
  • Did you perform a cursory search?

For more information, see the CONTRIBUTING guide.

Description

Django-GraphQL-JWT 0.3.2 requires "PyJWT >= 2.0.0" whereas this package only works with "< 2.0.0".
Can you please update the requirements so I can use both packages with their latest versions?

As @ulgens has mentioned it may work with the newest release.
Thanks!

Current Requirements

    "django-graphql-jwt==0.3.0",
    ...
    "PyJWT<2.0.0",
@0xZakk
Copy link

0xZakk commented Jun 23, 2021

I'm running into this issue to - is there a work around?

@holtergram
Copy link
Author

I'm running into this issue to - is there a work around?

This package is not actively maintained anymore, neither is graphene IMO.

Best workaround for me was to completely move away from graphene to strawberry which is actively maintained and developed. There is also a Django package which helps setting up basic stuff.

But there is nothing like this package for Strawberry. For me it was nonetheless the most logical thing to do.

Plus you can get a lot of help on their Discord.

All the best.

Strawberry Django

PabloCastellano pushed a commit to PabloCastellano/django-graphql-auth2 that referenced this issue Mar 16, 2022
@PabloCastellano PabloCastellano linked a pull request Mar 16, 2022 that will close this issue
PabloCastellano added a commit to PabloCastellano/django-graphql-auth2 that referenced this issue Mar 16, 2022
PabloCastellano added a commit to PabloCastellano/django-graphql-auth2 that referenced this issue Mar 16, 2022
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

Successfully merging a pull request may close this issue.

2 participants