From 6d599956ecc782e241f9cd1783be3a9b6bd93914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:44:33 +0000 Subject: [PATCH] chore(deps): Bump openai from 1.54.1 to 1.54.3 Bumps [openai](https://github.com/openai/openai-python) from 1.54.1 to 1.54.3. - [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.54.1...v1.54.3) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... 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 06b66ec3e..8c93700de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2480,13 +2480,13 @@ tests = ["pytest", "pytest-cov"] [[package]] name = "openai" -version = "1.54.1" +version = "1.54.3" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.54.1-py3-none-any.whl", hash = "sha256:3cb49ccb6bfdc724ad01cc397d323ef8314fc7d45e19e9de2afdd6484a533324"}, - {file = "openai-1.54.1.tar.gz", hash = "sha256:5b832bf82002ba8c4f6e5e25c1c0f5d468c22f043711544c716eaffdb30dd6f1"}, + {file = "openai-1.54.3-py3-none-any.whl", hash = "sha256:f18dbaf09c50d70c4185b892a2a553f80681d1d866323a2da7f7be2f688615d5"}, + {file = "openai-1.54.3.tar.gz", hash = "sha256:7511b74eeb894ac0b0253dc71f087a15d2e4d71d22d0088767205143d880cca6"}, ] [package.dependencies] @@ -4552,4 +4552,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "3dfca0f5ee3f713a1456e4c9530578506ff5338a7f8b5d0b98533338dfb6c177" +content-hash = "5d9dea90a514399bacfe3f2d78ee152ccc35376d48414e653e634c891f87f85f" diff --git a/pyproject.toml b/pyproject.toml index 4b95e18af..22fde70d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ langchain-openai = "^0.1.25" unstructured = "^0.16.5" Markdown = "^3.6" faiss-cpu = "^1.8.0" -openai = "^1.54.1" +openai = "^1.54.3" psutil = "^5.9.8" python-bitcoinrpc = "^1.0" sendgrid = "^6.11.0"