Add explicit requirement for jsonschema >= v3.0.0 #443
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "(deleted):fix/require-jsonschema-v3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Borgmatic uses Draft7 from json schema which only was added in 3.0.0.
Upgrading on a machine which already had jsonschema v2 installed lead to errors regarding missing Draft7.
See PR #459 how both jsonschema v2 and v3 can be supported.
Instead of this, I opted to merge the PR to add support for jsonschema v2: #459.
However, thank you for taking the time to submit your PR!
Pull request closed