From b2adfe409b7358c904d1274f5cb90fefa608bdbb Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 24 Mar 2026 20:23:41 -0400 Subject: [PATCH] fix(deps): pin gunicorn to 23.0.0 Newer gunicorn patch releases added _get_control_socket_path() which crashes with TypeError when control_socket is None. Pin to the working version until the gunicorn config fix propagates everywhere. Co-Authored-By: Claude Sonnet 4.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a1f9ee..1dd7d63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ email-validator et-xmlfile fastapi>=0.115.5 # greenlet -gunicorn +gunicorn==23.0.0 h11 html2text httpcore