From ba462171ad4f699b650212dbef8cb10e3af83193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:10:48 +0000 Subject: [PATCH] chore(deps): bump openai-agents in /apps/orchestrator Bumps [openai-agents](https://github.com/openai/openai-agents-python) from 0.13.6 to 0.14.4. - [Release notes](https://github.com/openai/openai-agents-python/releases) - [Changelog](https://github.com/openai/openai-agents-python/blob/main/docs/release.md) - [Commits](https://github.com/openai/openai-agents-python/compare/v0.13.6...v0.14.4) --- updated-dependencies: - dependency-name: openai-agents dependency-version: 0.14.4 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..9dd326d 100644 --- a/apps/orchestrator/requirements.txt +++ b/apps/orchestrator/requirements.txt @@ -27,7 +27,7 @@ google-genai==1.73.1 # TEMP BLOCKER: current runtime imports `agents.*` modules in # `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 +openai-agents==0.14.4 temporalio==1.22.0 duckduckgo-search==8.1.1 diff --git a/apps/orchestrator/setup.cfg b/apps/orchestrator/setup.cfg index 30503dc..e69558f 100644 --- a/apps/orchestrator/setup.cfg +++ b/apps/orchestrator/setup.cfg @@ -32,7 +32,7 @@ install_requires = opentelemetry-exporter-otlp-proto-http==1.41.0 playwright==1.58.0 google-genai==1.73.1 - openai-agents==0.13.6 + openai-agents==0.14.4 temporalio==1.22.0 duckduckgo-search==8.1.1 lxml==6.1.0