Skip to content

Commit ebe5c6b

Browse files
author
Phil Varner
authored
pin jsonschema to <4.18 in validation and test (#1192)
* pin jsonschema to <4.18 in validation and test * align jsonschema version requirements
1 parent 4780f55 commit ebe5c6b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Pin jsonschema version to <4.18 until regresssions are fixed
8+
59
## [v1.8.2] - 2023-07-12
610

711
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test = [
5656
"doc8~=1.1",
5757
"html5lib~=1.1",
5858
"jinja2<4.0",
59-
"jsonschema~=4.17",
59+
"jsonschema>=4.0.1,<4.18",
6060
"mypy~=1.2",
6161
"orjson~=3.8",
6262
"pre-commit~=3.2",

0 commit comments

Comments
 (0)