Skip to content

Commit 308dfac

Browse files
committed
Releases of jsonschema-specifications in January of 2025 aren't more likely to include breaking changes than those in December of 2024
therefore stick to >=
1 parent f73fe5f commit 308dfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ include = [
5858
python = "^3.9.0"
5959
jsonschema = "^4.19.1"
6060
rfc3339-validator = "*" # requred by jsonschema for date-time checker
61-
jsonschema-specifications = "^2024.10.1"
61+
jsonschema-specifications = ">=2024.10.1"
6262

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

0 commit comments

Comments
 (0)