From 23c7210b6793fa13cfd8e07c239f290d038cfc60 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Sat, 21 Mar 2026 23:24:38 +0100 Subject: [PATCH] Bump gunicorn_h1c to 0.2.0 for callback parser --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c9c9f0b..6b8bc002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ tornado = ["tornado>=6.5.0"] gthread = [] setproctitle = ["setproctitle"] http2 = ["h2>=4.1.0"] -fast = ["gunicorn_h1c>=0.1.0"] +fast = ["gunicorn_h1c>=0.2.0"] testing = [ "gevent>=24.10.1", "eventlet>=0.40.3",