From 6b58549db4cc0dea150700febc8dbc9ad0fa61eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:35:14 +0000 Subject: [PATCH] chore(deps): bump openai from 1.49.0 to 1.53.0 Bumps [openai](https://github.com/openai/openai-python) from 1.49.0 to 1.53.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.53.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..9c4173e 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.53.0", "chromadb==0.5.9", "pypdf>=3.9.0", "python-docx==1.1.2",