From 9a0f996124c7e53a9f62b13479e9228c12ee047a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:52:26 +0000 Subject: [PATCH] chore(deps): bump openai from 1.17.1 to 1.21.0 Bumps [openai](https://github.com/openai/openai-python) from 1.17.1 to 1.21.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.17.1...v1.21.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 eaaeff1..8b17caf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1893,13 +1893,13 @@ PyYAML = ">=5.1.0" [[package]] name = "openai" -version = "1.17.1" +version = "1.21.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.17.1-py3-none-any.whl", hash = "sha256:d42e0d7a692c7b78cbae21598df5ded396abecf6c285325635ec62621e6c82f1"}, - {file = "openai-1.17.1.tar.gz", hash = "sha256:c5a909e70e2b4cd04ef4076b68497c4eb894704cf8ab23d32d6552931fda6e5b"}, + {file = "openai-1.21.0-py3-none-any.whl", hash = "sha256:7da39d0bbc849fae00a0045f5486666f16d76a5f170c59e79c93cf426661053d"}, + {file = "openai-1.21.0.tar.gz", hash = "sha256:943f51c9186f97fd4a870c49996a614e43f85639b75c4302e2f35aee2f65e6eb"}, ] [package.dependencies] @@ -3151,4 +3151,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9, <3.13" -content-hash = "50c087925974137386d998a94f7d71e693fe6ae0c62bde4499cbe959f620d0c4" +content-hash = "e551df599acc4fa16876cd8a1925a593e159b5f1a581c61352abcb78a581568c" diff --git a/pyproject.toml b/pyproject.toml index 21149e9..27279c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python = "^3.9, <3.13" click = "^8.1.3" hyfi = "^1.36.3" # hyfi = { path = "../hyfi", develop = true } -openai = ">=1.0.0,<1.18.0" +openai = ">=1.0.0,<1.22.0" tenacity = "^8.2.3" [tool.poetry.group.dev]