Skip to content

Commit 31b64cf

Browse files
committed
fix: Relax asgiref and cryptography versions
1 parent c65cca5 commit 31b64cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@
104104
"pycryptodome==3.10.*",
105105
"jsonschema==3.2.0",
106106
"tldextract==3.1.0",
107-
"asgiref==3.4.1",
107+
"asgiref>=3.4.1,<4",
108108
"typing_extensions==4.1.1",
109109
"Deprecated==1.2.13",
110-
"cryptography==35.0",
110+
"cryptography>=35.0,<37.0",
111111
"phonenumbers==8.12.48",
112112
# flask depends on this and flask has > '2.0' for this. However, the version before 2.1.0 breaks our lib.
113113
"Werkzeug>=2.0 ,<2.1.0",

0 commit comments

Comments
 (0)