We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3619941 commit 1d52541Copy full SHA for 1d52541
requirements/base.in
@@ -1,6 +1,6 @@
1
aiohttp
2
arrow
3
-auth0-python
+auth0-python>=4
4
connexion<3
5
deepmerge
6
ecdsa
src/auslib/util/auth.py
import jose.jwt
import requests
-from auth0.v3.authentication import Users as auth0_Users
+from auth0.authentication import Users as auth0_Users
from repoze.lru import lru_cache
0 commit comments