Skip to content

Commit cb459a8

Browse files
committed
Remove jsonschema-specifications version limit
1 parent 07baba2 commit cb459a8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
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)