From 3f8506b152ae1368e3faeede433da8a26fbdb773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:51:57 +0000 Subject: [PATCH] chore(deps): Bump openai from 1.45.1 to 1.51.0 Bumps [openai](https://github.com/openai/openai-python) from 1.45.1 to 1.51.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.45.1...v1.51.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 2b3ddcacc..8b2e0d2e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2459,13 +2459,13 @@ tests = ["pytest", "pytest-cov"] [[package]] name = "openai" -version = "1.45.1" +version = "1.51.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.45.1-py3-none-any.whl", hash = "sha256:4a6cce402aec803ae57ae7eff4b5b94bf6c0e1703a8d85541c27243c2adeadf8"}, - {file = "openai-1.45.1.tar.gz", hash = "sha256:f79e384916b219ab2f028bbf9c778e81291c61eb0645ccfa1828a4b18b55d534"}, + {file = "openai-1.51.0-py3-none-any.whl", hash = "sha256:d9affafb7e51e5a27dce78589d4964ce4d6f6d560307265933a94b2e3f3c5d2c"}, + {file = "openai-1.51.0.tar.gz", hash = "sha256:8dc4f9d75ccdd5466fc8c99a952186eddceb9fd6ba694044773f3736a847149d"}, ] [package.dependencies] @@ -4583,4 +4583,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "2bb217a2f2749b3baaf6a7cf39c1db53c315b1039201f5996d983a79bfa8b720" +content-hash = "371b6ba3b4d71992599053621c086bfb5d2a6cad667ad2f4c7af6edd790feaac" diff --git a/pyproject.toml b/pyproject.toml index 1aed976b0..fcdedd6e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ langchain-openai = "^0.1.25" unstructured = "^0.15.12" Markdown = "^3.6" faiss-cpu = "^1.8.0" -openai = "^1.45.1" +openai = "^1.51.0" psutil = "^5.9.8" python-bitcoinrpc = "^1.0" sendgrid = "^6.11.0"