From 8514f6d6b8d7bf0ca0eebd26b251c30debf2944c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:02:17 +0000 Subject: [PATCH] chore(deps): bump openai from 1.49.0 to 1.54.3 Bumps [openai](https://github.com/openai/openai-python) from 1.49.0 to 1.54.3. - [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.49.0...v1.54.3) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f627f21..085bf9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "A useful utility library for AI applications" readme = "README.md" requires-python = ">=3.8" dependencies = [ - "openai==1.49.0", + "openai==1.54.3", "chromadb==0.5.9", "pypdf>=3.9.0", "python-docx==1.1.2",