Skip to content

Commit

Permalink
Bump jsonschema version (Close #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Jun 14, 2023
1 parent 14833ed commit 5cdae0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Snowplow Normalize 0.3.1 (2023-06-14)
---------------------------------------
## Summary
This version bumps the requirement of the `jsonschema` package to validate schemas with the `MultipleOf` property.

## Fixes
- Bump `jsonschema` minimum version (Close #33)

## Upgrading
To upgrade the package, bump the version number in the `packages.yml` file in your project.

Snowplow Normalize 0.3.0 (2023-03-28)
---------------------------------------
## Summary
Expand Down
2 changes: 1 addition & 1 deletion utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jsonschema>=3.2.0
jsonschema>=4.17.0
requests>=2.0.0

0 comments on commit 5cdae0e

Please sign in to comment.