Skip to content

Commit 1d52541

Browse files
committed
chore: update import for compatibility with auth0-python 4.x
1 parent 3619941 commit 1d52541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp
22
arrow
3-
auth0-python
3+
auth0-python>=4
44
connexion<3
55
deepmerge
66
ecdsa

src/auslib/util/auth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import jose.jwt
22
import requests
3-
from auth0.v3.authentication import Users as auth0_Users
3+
from auth0.authentication import Users as auth0_Users
44
from repoze.lru import lru_cache
55

66

0 commit comments

Comments
 (0)