From 72842ade646af255b1b202b542b343f035c0e00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:37:49 +0000 Subject: [PATCH] chore(deps): bump openai from 1.49.0 to 1.57.0 Bumps [openai](https://github.com/openai/openai-python) from 1.49.0 to 1.57.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.49.0...v1.57.0) --- 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..948f074 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.57.0", "chromadb==0.5.9", "pypdf>=3.9.0", "python-docx==1.1.2",