Skip to content

Commit 6cb6f38

Browse files
committed
Pin gunicorn <26 because eventlet support is dropped.
Lockfile diff: lockfiles/st2.lock [st2] == Upgraded dependencies == charset-normalizer 3.4.8 --> 3.4.9 filelock 3.29.6 --> 3.29.7 == !! Downgraded dependencies !! == gunicorn 26.0.0 --> 25.3.0
1 parent 5acc4ab commit 6cb6f38

7 files changed

Lines changed: 88 additions & 84 deletions

File tree

fixed-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ gitpython==3.1.45
1818
gitdb==4.0.12
1919
# Note: greenlet is used by eventlet
2020
greenlet==3.1.1
21-
gunicorn==23.0.0
21+
# Gunicorn dropped eventlet support as of v26. https://gunicorn.org/news/#2600-2026-05-05
22+
gunicorn<26
2223
# importlib backport replaces setuptool's pkg_resource.
2324
importlib_resources==6.5.2
2425
importlib_metadata==9.0.0

lockfiles/st2.lock

Lines changed: 80 additions & 78 deletions
Large diffs are not rendered by default.

requirements-pants.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ gitdb
2020
gitpython
2121
# st2common/tests/integration/test_util_green.py requires greenlet (as does eventlet)
2222
greenlet
23-
gunicorn
23+
# Gunicorn dropped eventlet support as of v26. https://gunicorn.org/news/#2600-2026-05-05
24+
gunicorn<26
2425
# importlib backport to replace pkg_resource from setuptools.
2526
importlib-metadata
2627
importlib-resources

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ eventlet==0.39.1
2222
gitdb==4.0.12
2323
gitpython==3.1.45
2424
greenlet==3.1.1
25-
gunicorn==23.0.0
25+
gunicorn<26
2626
importlib-metadata
2727
importlib_resources==6.5.2
2828
jinja2==3.1.6

st2api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# update the component requirements.txt
88
backports.zoneinfo[tzdata]; python_version<"3.9"
99
eventlet==0.39.1
10-
gunicorn==23.0.0
10+
gunicorn<26
1111
jsonschema==4.26.0
1212
kombu==5.5.4
1313
mongoengine==0.29.1

st2auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# update the component requirements.txt
88
bcrypt==5.0.0
99
eventlet==0.39.1
10-
gunicorn==23.0.0
10+
gunicorn<26
1111
oslo.config==9.6.0
1212
pymongo==4.6.3
1313
six==1.17.0

st2stream/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# update the component requirements.txt
88
backports.zoneinfo[tzdata]; python_version<"3.9"
99
eventlet==0.39.1
10-
gunicorn==23.0.0
10+
gunicorn<26
1111
jsonschema==4.26.0
1212
kombu==5.5.4
1313
mongoengine==0.29.1

0 commit comments

Comments
 (0)