Skip to content

Commit c929b44

Browse files
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.3. - [Release notes](https://github.com/openai/openai-agents-python/releases) - [Changelog](https://github.com/openai/openai-agents-python/blob/main/docs/release.md) - [Commits](openai/openai-agents-python@v0.13.6...v0.14.3) --- updated-dependencies: - dependency-name: openai-agents dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf0ba2a commit c929b44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/orchestrator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ google-genai==1.73.1
2727
# TEMP BLOCKER: current runtime imports `agents.*` modules in
2828
# `apps/orchestrator/src/openvibecoding_orch/**`; removing this now breaks runtime.
2929
# Minimal fallback for now is to keep this dependency until agents runtime is migrated.
30-
openai-agents==0.13.6
30+
openai-agents==0.14.3
3131
temporalio==1.22.0
3232
duckduckgo-search==8.1.1
3333

apps/orchestrator/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_requires =
3232
opentelemetry-exporter-otlp-proto-http==1.41.0
3333
playwright==1.58.0
3434
google-genai==1.73.1
35-
openai-agents==0.13.6
35+
openai-agents==0.14.3
3636
temporalio==1.22.0
3737
duckduckgo-search==8.1.1
3838
lxml==6.1.0

0 commit comments

Comments
 (0)