Add explicit requirement for jsonschema >= v3.0.0 #443

Closed
scratchcat1 wants to merge 1 commits from (deleted):fix/require-jsonschema-v3 into main
First-time contributor

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.

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.
scratchcat1 added 1 commit 2021-08-22 13:41:57 +00:00
Borgmatic uses Draft7 from json schema which only was added in 3.0.0.
Contributor

See PR #459 how both jsonschema v2 and v3 can be supported.

See PR #459 how both jsonschema v2 and v3 can be supported.
Owner

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!

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!
witten closed this pull request 2021-10-23 16:51:34 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#443
No description provided.