-
Notifications
You must be signed in to change notification settings - Fork 105
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
django-graphql-auth is not compatible with Django 4.0 because it doesn't require the latest version of django-graphql-jwt #155
Comments
This project seems to be deprecated you can move on to strawberry where both this project and the jwt project migrated, maintained and tested with django 3.2 - 4 . |
what do you mean? what does strawberry and where? |
|
There has been an update to Could this motivate Pedrobern or someone else to update this library, so that it will also become compatible with Django 4.0? |
Any update here? |
+1 on this issue. |
+1 |
Prerequisites
Description
I am running Django 4.0.4 and I am unable to use the latest version of django-graphql-jwt which is 0.3.4 (which is the compatible version with Django 4.0, see this issue and this stackoverflow question for more info) because django-graphql-auth requires
django-graphql-jwt==0.3.0
as seen in the following error message when I try to runpip install -r requirements.txt
:Steps to Reproduce
django-graphql-jwt==0.3.4
to your requirements.txtdjango-graphql-auth
to your requirements.txtpip install -r requirements.txt
Expected behavior
Compatibility with Django 4.0 by requiring the latest version of
django-graphql-jwt==0.3.4
Actual behavior
Pip install fails with the following error message:
Requirements
The text was updated successfully, but these errors were encountered: