Skip to content

Commit f323a22

Browse files
committed
Bump jsonschema to 4.18.5 minimum for python3.12 support
1 parent 544940d commit f323a22

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

orquesta/tests/unit/specs/native/test_workflow_spec_validate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 The StackStorm Authors.
1+
# Copyright 2021-2026 The StackStorm Authors.
22
# Copyright 2019 Extreme Networks, Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -234,7 +234,7 @@ def test_empty_task_list(self):
234234
expected_errors = {
235235
"syntax": [
236236
{
237-
"message": "{} does not have enough properties",
237+
"message": "{} should be non-empty",
238238
"schema_path": "properties.tasks.minProperties",
239239
"spec_path": "tasks",
240240
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
chardet>=3.0.2
55
eventlet
66
jinja2>=2.11 # BSD License (3 clause)
7-
jsonschema>=3,<4 # MIT
7+
jsonschema>=4.18.5 # MIT
88
# networkx v3.2 and greater does not support Python3.8.
99
networkx>=2.6,<3.2
1010
python-dateutil

0 commit comments

Comments
 (0)