Skip to content

Commit

Permalink
docs: pin jsonschema
Browse files Browse the repository at this point in the history
Pin jsonschema to 4.17.3 to be compatible with sphinx.
  • Loading branch information
ahartikainen committed Sep 10, 2023
1 parent e1de300 commit 11d40b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ sphinx-rtd-theme~=1.0.0
sphinxcontrib-openapi~=0.7
mistune==0.8.4 # see https://github.com/sphinx-contrib/openapi/issues/121
sphinxcontrib-redoc~=1.6
jsonschema==4.17.3 # compatibility with sphinx 4.2

# required for building OpenAPI spec
apispec[yaml,validation]~=4.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ sphinxcontrib-openapi = "^0.7"
openapi-spec-validator = "^0.4" # newer versions break sphinxcontrib-openapi
mistune = "0.8.4" # see https://github.com/sphinx-contrib/openapi/issues/121
sphinxcontrib-redoc = "^1.6"
jsonschema = "4.17.3" # compatibility with sphinx 4.2

[tool.black]
line-length = 119
Expand Down

0 comments on commit 11d40b6

Please sign in to comment.