From 75a63e4239f02f3bd76eae4458815821138e1315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:25:30 +0000 Subject: [PATCH] :arrow_up: Bump openai from 1.43.1 to 1.60.1 Bumps [openai](https://github.com/openai/openai-python) from 1.43.1 to 1.60.1. - [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.43.1...v1.60.1) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4cc7b1c1..2cea4a4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ jsonschema==4.23.0 ; python_full_version >= "3.8.1" and python_version < "4.0" litellm==1.44.19 ; python_full_version >= "3.8.1" and python_version < "4.0" markupsafe==2.1.5 ; python_full_version >= "3.8.1" and python_version < "4.0" multidict==6.0.5 ; python_full_version >= "3.8.1" and python_version < "4.0" -openai==1.43.1 ; python_full_version >= "3.8.1" and python_version < "4.0" +openai==1.60.1 ; python_full_version >= "3.8.1" and python_version < "4.0" packaging==23.2 ; python_full_version >= "3.8.1" and python_version < "4.0" pkgutil-resolve-name==1.3.10 ; python_full_version >= "3.8.1" and python_version < "3.9" prompt-toolkit==3.0.36 ; python_full_version >= "3.8.1" and python_version < "4.0"