From 1080d9a0b1c6dbda14737a6124fafaf129d3a937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:25:06 +0000 Subject: [PATCH] Bump openai from 1.58.1 to 1.61.0 Bumps [openai](https://github.com/openai/openai-python) from 1.58.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.58.1...v1.61.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b3276bf..d62a1a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1188,13 +1188,13 @@ files = [ [[package]] name = "openai" -version = "1.58.1" +version = "1.61.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.58.1-py3-none-any.whl", hash = "sha256:e2910b1170a6b7f88ef491ac3a42c387f08bd3db533411f7ee391d166571d63c"}, - {file = "openai-1.58.1.tar.gz", hash = "sha256:f5a035fd01e141fc743f4b0e02c41ca49be8fab0866d3b67f5f29b4f4d3c0973"}, + {file = "openai-1.61.0-py3-none-any.whl", hash = "sha256:e8c512c0743accbdbe77f3429a1490d862f8352045de8dc81969301eb4a4f666"}, + {file = "openai-1.61.0.tar.gz", hash = "sha256:216f325a24ed8578e929b0f1b3fb2052165f3b04b0461818adaa51aa29c71f8a"}, ] [package.dependencies] @@ -2128,4 +2128,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "23ea9647488fa2d34c749f6bbabae0a1ebb41ec5557fd8bde589a1b0b160b874" +content-hash = "6efcb4e344d8c0a94cf64e1d8e5b991318170595f04c0b945eee8d5b06969b49" diff --git a/pyproject.toml b/pyproject.toml index d4b67cc..31aa352 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = [ python = "^3.10" PyYAML = "6.0.2" ipython = "8.27.0" -openai = "1.58.1" +openai = "1.61.0" click = "^8.1.8" beautifulsoup4 = "^4.12.3" langchain = "^0.2.16"