From e757da85c2bb86d0bd8d47cc0e7108765c873dfb Mon Sep 17 00:00:00 2001 From: Matthew Cummings Date: Sun, 23 Aug 2026 18:20:03 -0500 Subject: [PATCH] Bump version to 2.11.3 Prepares a patch release so consumers can pull the cryptography>=48.0.1 constraint already merged to main via #390, closing CVE-2026-34180 on downstream Symphony bots that depend on symphony-bdk-python. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62a6c274..c7181307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "symphony_bdk_python" -version = "2.11.2" +version = "2.11.3" license = "Apache-2.0" description = "Symphony Bot Development Kit for Python" readme = "README.md"