Skip to content

Commit 2781cef

Browse files
authored
Merge pull request #149 from python-openapi/fix/remove-jsonschema-specifications-version-limit
Remove jsonschema-specifications version limit
2 parents 02997c8 + 1f93f5b commit 2781cef

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ include = [
5757
python = "^3.8.0"
5858
jsonschema = "^4.19.1"
5959
rfc3339-validator = "*" # requred by jsonschema for date-time checker
60-
jsonschema-specifications = "^2023.5.2"
60+
jsonschema-specifications = ">=2023.5.2"
6161

6262
[tool.poetry.extras]
6363
docs = ["sphinx", "sphinx-immaterial"]

0 commit comments

Comments
 (0)