Skip to content

Commit 5965eee

Browse files
committed
Upgrade jsonschema version range to >=3.2.0<5
1 parent 6eb23e5 commit 5965eee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/2360.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade ``jsonschema`` version range to >=3.2.0<5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eth-utils>=1.9.5,<2.0.0",
8383
"hexbytes>=0.1.0,<1.0.0",
8484
"ipfshttpclient==0.8.0a2",
85-
"jsonschema>=3.2.0,<4.0.0",
85+
"jsonschema>=3.2.0,<5",
8686
"lru-dict>=1.1.6,<2.0.0",
8787
"protobuf>=3.10.0,<4",
8888
"pywin32>=223;platform_system=='Windows'",

0 commit comments

Comments
 (0)