From fbd546cf43c4ae9cb68e065de720bc7a769e605f Mon Sep 17 00:00:00 2001 From: Gary Yendell Date: Thu, 27 Nov 2025 14:39:52 +0000 Subject: [PATCH] Add stdio-socket to dependencies for use in containers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e2e962719..8dcb22805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "IPython", "loguru~=0.7", "pygelf", + "stdio-socket", ] dynamic = ["version"] license.file = "LICENSE"