diff --git a/CHANGELOG.md b/CHANGELOG.md index 5307915..03bd81b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update to handle new jsonschema version (Draft202012Validator) - Adapt infrastructure to handle BODS 0.4 (structure, statement types etc.) +- Default config value for bods_additional_checks_person_birthdate_min_year + has been increase from 1 to 1800 ### Added diff --git a/setup.py b/setup.py index 264f974..c28dee9 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "libcove2>=0.2.1", "packaging", "jsonschema>=4.23", - "jscc==0.2.4", + "jscc>=0.2.4", "pytz", "ijson", # Required for jsonschema to validate URIs