Skip to content

Commit 62f7ec5

Browse files
committed
fix(requirements.txt): make jsonschema less restrictive
1 parent ee935bc commit 62f7ec5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.31.0] - 2022-25-03
8+
9+
### Changed
10+
11+
- Update `requirements.txt` and make `jsonschema` requirement less restrictive[
12+
713
## [1.30.0] - 2022-11-01
814

915
### Changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pyrsistent==0.16.1; python_version=="3.4"
2-
jsonschema==3.0.1
2+
jsonschema>=3.0.1,<4.0
33
mmh3==2.5.1
44
requests[security]>=2.9.1

0 commit comments

Comments
 (0)