Skip to content

Commit 5226fb7

Browse files
fix: relaxed pyJWT constraint
1 parent fa0a5d5 commit 5226fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
install_requires=[
102102
# [crypto] ensures that it installs the `cryptography` library as well
103103
# based on constraints specified in https://github.com/jpadilla/pyjwt/blob/master/setup.cfg#L50
104-
"PyJWT[crypto]>=2.6.0,<3.0.0",
104+
"PyJWT[crypto]>=2.5.0,<3.0.0",
105105
"httpx>=0.15.0,<0.25.0",
106106
"pycryptodome==3.10.*",
107107
"tldextract==3.1.0",

0 commit comments

Comments
 (0)