From d21246436060ec3b91370ea3261b175319e81755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:38:37 +0000 Subject: [PATCH] chore(deps): bump openai in the production-dependencies group Bumps the production-dependencies group with 1 update: [openai](https://github.com/openai/openai-python). Updates `openai` from 1.60.1 to 1.61.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.60.1...v1.61.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23b707c80..0945b829a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "dulwich", "tabulate", "uv", - "openai==1.60.1", + "openai==1.61.0", ] keywords = [ "MLOps",