File tree Expand file tree Collapse file tree
contrib/runners/orquesta_runner Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# in-requirements.txt for that component and then run 'make requirements' to
77# update the component requirements.txt
88orquesta @ git+https://github.com/StackStorm/orquesta.git@5ba1467614b2ef8b4709b2ca89e68baa671e8975
9- setuptools < 78
9+ setuptools == 80.10.2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ gitdb==4.0.12
2222greenlet==3.1.1
2323gunicorn==23.0.0
2424jsonpath-rw==1.4.0
25- jsonschema==3.2.0
25+ jsonschema>=4.18.5
2626kombu==5.5.4
2727lockfile==0.12.2
2828mongoengine==0.29.1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ greenlet
2323gunicorn
2424jinja2
2525jsonpath-rw
26- jsonschema>=3,<4
26+ jsonschema
2727kombu
2828lockfile
2929mock
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ gunicorn==23.0.0
2727importlib-metadata == 8.5.0
2828jinja2 == 3.1.6
2929jsonpath-rw == 1.4.0
30- jsonschema == 3.2.0
30+ jsonschema >= 4.18.5
3131kombu == 5.5.4
3232lockfile == 0.12.2
3333logshipper @ git+https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system == "Linux"
@@ -62,7 +62,7 @@ requests==2.32.4
6262retrying == 1.4.2
6363routes == 2.5.1
6464semver == 3.0.4
65- setuptools < 78
65+ setuptools == 80.10.2
6666simplejson
6767six == 1.17.0
6868sseclient-py == 1.8.0
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ python-dateutil==2.9.0.post0
2222python-json-logger
2323pyyaml == 6.0.3
2424requests == 2.32.4
25- setuptools < 78
25+ setuptools == 80.10.2
2626six == 1.17.0
2727urllib3 == 2.2.3
Original file line number Diff line number Diff line change 88backports.zoneinfo [tzdata ]; python_version < "3.9"
99eventlet == 0.39.1
1010gunicorn == 23.0.0
11- jsonschema == 3.2.0
11+ jsonschema >= 4.18.5
1212kombu == 5.5.4
1313mongoengine == 0.29.1
1414oslo.config == 9.6.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cryptography==43.0.3
1212editor == 1.6.6
1313importlib-metadata == 8.5.0
1414jsonpath-rw == 1.4.0
15- jsonschema == 3.2.0
15+ jsonschema >= 4.18.5
1616orjson == 3.10.15
1717prettytable == 3.11.0
1818prompt-toolkit == 3.0.52
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gitpython==3.1.45
2121greenlet == 3.1.1
2222jinja2 == 3.1.6
2323jsonpath-rw == 1.4.0
24- jsonschema == 3.2.0
24+ jsonschema >= 4.18.5
2525kombu == 5.5.4
2626lockfile == 0.12.2
2727mongoengine == 0.29.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ apscheduler==3.11.0
99backports.zoneinfo [tzdata ]; python_version < "3.9"
1010eventlet == 0.39.1
1111jsonpath-rw == 1.4.0
12- jsonschema == 3.2.0
12+ jsonschema >= 4.18.5
1313kombu == 5.5.4
1414oslo.config == 9.6.0
1515python-dateutil == 2.9.0.post0
Original file line number Diff line number Diff line change 88backports.zoneinfo [tzdata ]; python_version < "3.9"
99eventlet == 0.39.1
1010gunicorn == 23.0.0
11- jsonschema == 3.2.0
11+ jsonschema >= 4.18.5
1212kombu == 5.5.4
1313mongoengine == 0.29.1
1414oslo.config == 9.6.0
You can’t perform that action at this time.
0 commit comments