From 2a3bf2bd064e4362a6c2635c6a3f2c3364075b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:33:07 +0000 Subject: [PATCH] chore(deps): Bump openai from 1.61.0 to 1.70.0 Bumps [openai](https://github.com/openai/openai-python) from 1.61.0 to 1.70.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.61.0...v1.70.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.70.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 f1de11596..fdba846ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "PyYAML~=6.0", "jsonschema~=4.0", "litellm>=1.57.3,!=1.59.9,!=1.63.14", - "openai==1.61.0", + "openai==1.70.0", "termcolor~=2.0", "ipython>=8,<10", "json-repair~=0.35",