From 74f06f351e5cab324677c5f4964e56025415c58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 01:38:45 +0000 Subject: [PATCH] chore(deps): bump openai from 1.78.1 to 1.82.0 Bumps [openai](https://github.com/openai/openai-python) from 1.78.1 to 1.82.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.78.1...v1.82.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.82.0 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 a285d2351..028cced03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" # renovate: datasource=python-version depName=python requires-python = ">=3.12, <3.14" dependencies = [ - "openai==1.78.1", + "openai==1.82.0", "tiktoken<1.0.0,>=0.5.1", "tabulate>=0.9.0,<1.0.0", "codeowners<1.0.0,>=0.6.0",