From 55fecab485010bc87bd428a86d4be574d99fdfa7 Mon Sep 17 00:00:00 2001 From: Kian Jones <11655409+kianjones9@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:41:54 -0800 Subject: [PATCH] Revert "fix: update temporalio min version to 1.11.0 for versioning_behavior support" (#8399) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "fix: update temporalio min version to 1.11.0 for versioning_behavior …" This reverts commit 53e477f158bc16f1f51c9a6c2af5e6c83133effb. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0855d9b4..d251d6c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "aiomultiprocess>=0.9.1", "matplotlib>=3.10.1", "tavily-python>=0.7.2", - "temporalio>=1.11.0", + "temporalio>=1.8.0", "mistralai>=1.8.1", "structlog>=25.4.0", "certifi>=2025.6.15",