Skip to content

Commit 99dc448

Browse files
committed
fix: Relax httpx version
1 parent 31b64cf commit 99dc448

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
@@ -100,7 +100,7 @@
100100
keywords="",
101101
install_requires=[
102102
"PyJWT>=2.0.0 ,<2.4.0",
103-
"httpx>=0.15.0 ,<0.23.0",
103+
"httpx>=0.15.0 ,<0.24.0",
104104
"pycryptodome==3.10.*",
105105
"jsonschema==3.2.0",
106106
"tldextract==3.1.0",

0 commit comments

Comments
 (0)