You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twilio will be installed using the version 6.63.2 so it is compatible with the PyJWT version specified in django-graphql-auth.
But it is a bit scary as it is their official SDK, and who knows when it's gonna break.
pip install "twilio==7.3.0"
Expected behavior
Installation of dependencies should not throw any errors in the console.
Actual behavior
An error should be thrown in the console
django-graphql-auth 0.3.16 requires PyJWT<2.0.0, but you have pyjwt 2.3.0 which is incompatible.
Prerequisites
Description
django-graphql-auth should update PyJWT dependency to its latest version 2.3.0 so that it is compatible with other dependencies.
Steps to Reproduce
Twilio will be installed using the version 6.63.2 so it is compatible with the PyJWT version specified in django-graphql-auth.
But it is a bit scary as it is their official SDK, and who knows when it's gonna break.
Expected behavior
Installation of dependencies should not throw any errors in the console.
Actual behavior
An error should be thrown in the console
Requirements
The text was updated successfully, but these errors were encountered: