From cb658291085842372a16863d83e14373f85b3d3e Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Thu, 21 May 2026 22:46:59 +0100 Subject: [PATCH] update python-engineio version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 415c912..cee3bac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = [ "bidict >= 0.21.0", - "python-engineio >= 4.11.0", + "python-engineio >= 4.13.2", ] [project.readme]