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

Closed
scratchcat1 wants to merge 1 commits from scratchcat1/borgmatic: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
88271b844e Add explicit requirement for jsonschema >= v3.0.0
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
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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