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

Incompatible with httpx 0.23.0 and Django 4.0.3 #207

Closed
morgante opened this issue Jul 9, 2022 · 2 comments
Closed

Incompatible with httpx 0.23.0 and Django 4.0.3 #207

morgante opened this issue Jul 9, 2022 · 2 comments
Assignees

Comments

@morgante
Copy link

morgante commented Jul 9, 2022

SuperTokens looks interesting, but trying to use the Python library it's incompatible with several of the libraries I'm already using.

Pip gives these errors:

#11 104.9 ERROR: Cannot install -r requirements.txt (line 14), -r requirements.txt (line 65) and asgiref==3.5.0 because these package versions have conflicting dependencies.
#11 104.9 
#11 104.9 The conflict is caused by:
#11 104.9     The user requested asgiref==3.5.0
#11 104.9     django 4.0.3 depends on asgiref<4 and >=3.4.1
#11 104.9     supertokens-python 0.10.0 depends on asgiref==3.4.1
#11 104.9 

I downgraded that but then ran into another issue:

#12 107.8 ERROR: Cannot install -r requirements.txt (line 64) and cryptography==36.0.2 because these package versions have conflicting dependencies.
#12 107.8 
#12 107.8 The conflict is caused by:
#12 107.8     The user requested cryptography==36.0.2
#12 107.8     supertokens-python 0.10.0 depends on cryptography==35.0

At this point my conclusion was that supertokens seems to be pinned to older versions of libraries, which isn't promising for a new tool.

@rishabhpoddar
Copy link
Contributor

Thanks @morgante we will look into this ASAP

@rishabhpoddar
Copy link
Contributor

Issue has been fixed in v0.10.1.

Please feel free to reopen in case error persists.

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

3 participants