Skip to content

Commit

Permalink
pin jsonschema to <4.18 in validation and test (#1192)
Browse files Browse the repository at this point in the history
* pin jsonschema to <4.18 in validation and test

* align jsonschema version requirements
  • Loading branch information
Phil Varner authored Jul 18, 2023
1 parent 4780f55 commit ebe5c6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Pin jsonschema version to <4.18 until regresssions are fixed

## [v1.8.2] - 2023-07-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test = [
"doc8~=1.1",
"html5lib~=1.1",
"jinja2<4.0",
"jsonschema~=4.17",
"jsonschema>=4.0.1,<4.18",
"mypy~=1.2",
"orjson~=3.8",
"pre-commit~=3.2",
Expand Down

0 comments on commit ebe5c6b

Please sign in to comment.