Skip to content

Commit 4621cb0

Browse files
committed
Bump jsonschema version to support py3.12
1 parent b578890 commit 4621cb0

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

contrib/runners/orquesta_runner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
88
orquesta@ git+https://github.com/StackStorm/orquesta.git@5ba1467614b2ef8b4709b2ca89e68baa671e8975
9-
setuptools<78
9+
setuptools==80.10.2

fixed-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gitdb==4.0.12
2222
greenlet==3.1.1
2323
gunicorn==23.0.0
2424
jsonpath-rw==1.4.0
25-
jsonschema==3.2.0
25+
jsonschema>=4.18.5
2626
kombu==5.5.4
2727
lockfile==0.12.2
2828
mongoengine==0.29.1

requirements-pants.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ greenlet
2323
gunicorn
2424
jinja2
2525
jsonpath-rw
26-
jsonschema>=3,<4
26+
jsonschema
2727
kombu
2828
lockfile
2929
mock

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gunicorn==23.0.0
2727
importlib-metadata==8.5.0
2828
jinja2==3.1.6
2929
jsonpath-rw==1.4.0
30-
jsonschema==3.2.0
30+
jsonschema>=4.18.5
3131
kombu==5.5.4
3232
lockfile==0.12.2
3333
logshipper@ git+https://github.com/StackStorm/logshipper.git@stackstorm_patched ; platform_system=="Linux"
@@ -62,7 +62,7 @@ requests==2.32.4
6262
retrying==1.4.2
6363
routes==2.5.1
6464
semver==3.0.4
65-
setuptools<78
65+
setuptools==80.10.2
6666
simplejson
6767
six==1.17.0
6868
sseclient-py==1.8.0

st2actions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ python-dateutil==2.9.0.post0
2222
python-json-logger
2323
pyyaml==6.0.3
2424
requests==2.32.4
25-
setuptools<78
25+
setuptools==80.10.2
2626
six==1.17.0
2727
urllib3==2.2.3

st2api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
backports.zoneinfo[tzdata]; python_version<"3.9"
99
eventlet==0.39.1
1010
gunicorn==23.0.0
11-
jsonschema==3.2.0
11+
jsonschema>=4.18.5
1212
kombu==5.5.4
1313
mongoengine==0.29.1
1414
oslo.config==9.6.0

st2client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cryptography==43.0.3
1212
editor==1.6.6
1313
importlib-metadata==8.5.0
1414
jsonpath-rw==1.4.0
15-
jsonschema==3.2.0
15+
jsonschema>=4.18.5
1616
orjson==3.10.15
1717
prettytable==3.11.0
1818
prompt-toolkit==3.0.52

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gitpython==3.1.45
2121
greenlet==3.1.1
2222
jinja2==3.1.6
2323
jsonpath-rw==1.4.0
24-
jsonschema==3.2.0
24+
jsonschema>=4.18.5
2525
kombu==5.5.4
2626
lockfile==0.12.2
2727
mongoengine==0.29.1

st2reactor/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apscheduler==3.11.0
99
backports.zoneinfo[tzdata]; python_version<"3.9"
1010
eventlet==0.39.1
1111
jsonpath-rw==1.4.0
12-
jsonschema==3.2.0
12+
jsonschema>=4.18.5
1313
kombu==5.5.4
1414
oslo.config==9.6.0
1515
python-dateutil==2.9.0.post0

st2stream/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
backports.zoneinfo[tzdata]; python_version<"3.9"
99
eventlet==0.39.1
1010
gunicorn==23.0.0
11-
jsonschema==3.2.0
11+
jsonschema>=4.18.5
1212
kombu==5.5.4
1313
mongoengine==0.29.1
1414
oslo.config==9.6.0

0 commit comments

Comments
 (0)