diff --git a/pyproject.toml b/pyproject.toml index 024edf1..3ad5c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.8,<4.0" -jsonschema = "==4.16.0" +jsonschema = "^4.16.0" [tool.poetry.group.workflow.dependencies] toml = "^0.10.2"