Open MahmoudMousaHamad opened 2 years ago
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 .
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?
@qari
There has been an update tographene-python
on pypi, which is finally compatible with Django 4.0.
Could this motivate Pedrobern or someone else to update this library, so that it will also become compatible with Django 4.0?
Or am I misunderstanding and it should already work with Django 4.0? If not, are there any other issues besides the version loosening of the django-graphql-jwt
package requirement?
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