Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/orchestrator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion apps/orchestrator/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down