We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07d154 commit c8c93dfCopy full SHA for c8c93df
CHANGELOG.md
@@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
-### Added
+### Fixed
10
+
11
+- Lock to a version of jsonref<1 to avoid breaking changes in 1.0.0
12
13
## [0.18.0] - 2022-09-26
14
setup.py
@@ -28,7 +28,7 @@ def run(self):
28
29
30
install_requires = [
31
- "jsonref",
+ "jsonref<1",
32
"schema",
33
"openpyxl>=2.6,!=3.0.2",
34
"pytz",
0 commit comments