diff --git a/apps/orchestrator/requirements.txt b/apps/orchestrator/requirements.txt index 7618425..c4ad49b 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.3 temporalio==1.22.0 duckduckgo-search==8.1.1 diff --git a/apps/orchestrator/setup.cfg b/apps/orchestrator/setup.cfg index 30503dc..011e769 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.3 temporalio==1.22.0 duckduckgo-search==8.1.1 lxml==6.1.0