From bca7c6fce9b81aa91a6a2289122744b8a040d3b1 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 28 Jan 2026 13:58:12 +0100 Subject: [PATCH] fix: sync eventlet deprecation notice in config.py --- gunicorn/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index def1e0c6..73264657 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -719,8 +719,7 @@ class WorkerClass(Setting): A string referring to one of the following bundled classes: * ``sync`` - * ``eventlet`` - Requires eventlet >= 0.40.3 (or install it via - ``pip install gunicorn[eventlet]``) + * ``eventlet`` - **DEPRECATED: will be removed in 26.0**. Requires eventlet >= 0.40.3 * ``gevent`` - Requires gevent >= 24.10.1 (or install it via ``pip install gunicorn[gevent]``) * ``tornado`` - Requires tornado >= 6.5.0 (or install it via