Skip to content

Commit

Permalink
Allowing not so strict jsonschema: >=3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed Feb 8, 2023
1 parent a851323 commit 070c619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docutils = ">=0.15"
matplotlib = ">=3.3.0" # needpie
requests-file = "^1.5.1" # external links
requests = "^2.25.1" # external_links
jsonschema = ">3.2.0" # needsimport schema validation
jsonschema = ">=3.2.0" # needsimport schema validation
sphinx-data-viewer = "^0.1.1" # needservice debug output
esbonio = ">=0.11.3" # IDE language features
pygls = "*" # esbonio dependency
Expand Down

0 comments on commit 070c619

Please sign in to comment.