From 2a2c2a96a2caaa003d4222241f734944eb8cdd29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:58:25 +0000 Subject: [PATCH] chore(deps): bump openai from 1.38.0 to 1.39.0 Bumps [openai](https://github.com/openai/openai-python) from 1.38.0 to 1.39.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.38.0...v1.39.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 6d0b1b8..27be1fc 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.38.0", + "openai==1.39.0", "chromadb==0.5.5", "pypdf>=3.9.0", "python-docx==1.1.2",