From bc0139d4a549648fa676592407c52869a4c0b770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:36:31 +0000 Subject: [PATCH] deps(survey-cli)(deps): update openai requirement in /survey-cli Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.37.0...v2.46.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- survey-cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/survey-cli/requirements.txt b/survey-cli/requirements.txt index be91bf36..9d97ced9 100644 --- a/survey-cli/requirements.txt +++ b/survey-cli/requirements.txt @@ -13,7 +13,7 @@ # 2. Verify CI pip-install passes (no `|| true` since SR-61). # 3. Document the reason in this header. websocket-client>=1.6.0 -openai>=2.37.0 +openai>=2.46.0 requests>=2.34.2 # SR-150 (2026-05-12 cherry-pick): langgraph is imported by