From 72f5c3ffd43e10e884229113906652f21007d227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 10:55:34 +0000 Subject: [PATCH] chore(deps): bump openai from 1.6.1 to 2.36.0 in /integrations/astra Bumps [openai](https://github.com/openai/openai-python) from 1.6.1 to 2.36.0. - [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/v1.6.1...v2.36.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.36.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- integrations/astra/examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/astra/examples/requirements.txt b/integrations/astra/examples/requirements.txt index 2211386666..55ad5ab8bb 100644 --- a/integrations/astra/examples/requirements.txt +++ b/integrations/astra/examples/requirements.txt @@ -1,4 +1,4 @@ haystack-ai sentence_transformers==2.2.2 -openai==1.6.1 +openai==2.36.0 astrapy>=1.5.0,<2.0