Skip to content

Commit

Permalink
Merge pull request #48 from OpenDataServices/jsonschema-optional-depe…
Browse files Browse the repository at this point in the history
…ndencies

Depend on rfc3987 and strict-rfc3339 to validate formats correctly
  • Loading branch information
Bjwebb authored Feb 14, 2020
2 parents 45404a2 + ac1c2fa commit bba912f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.14.0] - 2020-02-13

### Added

- Depend on rfc3987 and strict-rfc3339 (optional dependencies of jsonschema) in order to validate URIs and date-times correctly [lib-cove-bods#54](https://github.com/openownership/lib-cove-bods/pull/54#issuecomment-585303356)

## [0.13.0] - 2020-01-09

### Added
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="libcove",
version="0.13.0",
version="0.14.0",
author="Open Data Services",
author_email="code@opendataservices.coop",
url="https://github.com/OpenDataServices/lib-cove",
Expand All @@ -19,6 +19,10 @@
"json-merge-patch",
"cached-property",
"flattentool>=0.5.0",
# Required for jsonschema to validate URIs
"rfc3987",
# Required for jsonschema to validate date-time
"strict-rfc3339",
],
classifiers=[
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)"
Expand Down

0 comments on commit bba912f

Please sign in to comment.