From edd3536be9125a5afaa0d9b5311c1b7ba772f189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:09:15 +0000 Subject: [PATCH] chore(deps): bump temporalio from 1.22.0 to 1.26.0 in /apps/orchestrator Bumps [temporalio](https://github.com/temporalio/sdk-python) from 1.22.0 to 1.26.0. - [Release notes](https://github.com/temporalio/sdk-python/releases) - [Commits](https://github.com/temporalio/sdk-python/compare/1.22.0...1.26.0) --- updated-dependencies: - dependency-name: temporalio dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/orchestrator/requirements.txt | 2 +- apps/orchestrator/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/orchestrator/requirements.txt b/apps/orchestrator/requirements.txt index 7618425..a2e18b1 100644 --- a/apps/orchestrator/requirements.txt +++ b/apps/orchestrator/requirements.txt @@ -28,7 +28,7 @@ google-genai==1.73.1 # `apps/orchestrator/src/openvibecoding_orch/**`; removing this now breaks runtime. # Minimal fallback for now is to keep this dependency until agents runtime is migrated. openai-agents==0.13.6 -temporalio==1.22.0 +temporalio==1.26.0 duckduckgo-search==8.1.1 # Dev/test toolchain (intentionally locked in the same graph for CI/local parity). diff --git a/apps/orchestrator/setup.cfg b/apps/orchestrator/setup.cfg index 30503dc..6a91b1a 100644 --- a/apps/orchestrator/setup.cfg +++ b/apps/orchestrator/setup.cfg @@ -33,7 +33,7 @@ install_requires = playwright==1.58.0 google-genai==1.73.1 openai-agents==0.13.6 - temporalio==1.22.0 + temporalio==1.26.0 duckduckgo-search==8.1.1 lxml==6.1.0 httpx==0.28.1