From 105ad946cb3af5742cbb4cfcb093bc9a39e8678f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:06:53 +0000 Subject: [PATCH] chore(deps): bump openai from 1.49.0 to 1.55.1 Bumps [openai](https://github.com/openai/openai-python) from 1.49.0 to 1.55.1. - [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.55.1) --- 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..28513c3 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.55.1", "chromadb==0.5.9", "pypdf>=3.9.0", "python-docx==1.1.2",