Skip to content

Commit c8c93df

Browse files
committed
python: Lock to a version of jsonref<1
to avoid breaking changes in 1.0.0
1 parent c07d154 commit c8c93df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
### Added
9+
### Fixed
10+
11+
- Lock to a version of jsonref<1 to avoid breaking changes in 1.0.0
1012

1113
## [0.18.0] - 2022-09-26
1214

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828

2929

3030
install_requires = [
31-
"jsonref",
31+
"jsonref<1",
3232
"schema",
3333
"openpyxl>=2.6,!=3.0.2",
3434
"pytz",

0 commit comments

Comments
 (0)