From dd0f93615f79268d3d0b9ae417612e676312ced5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 07:21:44 +0000 Subject: [PATCH] chore(deps): update openai requirement from >=2.33.0 to >=2.38.0 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.33.0...v2.38.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 067304c..faf3f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "sse-starlette>=2.2", "prometheus-client>=0.25.0", "structlog>=25.5.0", - "openai>=2.33.0", + "openai>=2.38.0", "anthropic>=0.97.0", "ragas>=0.4.3", "rank-bm25>=0.2.2",