From 19db1a1d80f4aba0e955de0a3755ef787ccf940a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 01:21:56 +0000 Subject: [PATCH] chore(deps): Bump openai from 1.54.0 to 1.54.1 Bumps [openai](https://github.com/openai/openai-python) from 1.54.0 to 1.54.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.54.0...v1.54.1) --- 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 a3b0fd83c..44b2fdd2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2480,13 +2480,13 @@ tests = ["pytest", "pytest-cov"] [[package]] name = "openai" -version = "1.54.0" +version = "1.54.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.54.0-py3-none-any.whl", hash = "sha256:24ed8874b56e919f0fbb80b7136c3fb022dc82ce9f5f21579b7b280ea4bba249"}, - {file = "openai-1.54.0.tar.gz", hash = "sha256:df2a84384314165b706722a7ac8988dc33eba20dd7fc3b939d138110e608b1ce"}, + {file = "openai-1.54.1-py3-none-any.whl", hash = "sha256:3cb49ccb6bfdc724ad01cc397d323ef8314fc7d45e19e9de2afdd6484a533324"}, + {file = "openai-1.54.1.tar.gz", hash = "sha256:5b832bf82002ba8c4f6e5e25c1c0f5d468c22f043711544c716eaffdb30dd6f1"}, ] [package.dependencies] @@ -4552,4 +4552,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "70732e018b9276911d92cd75c7742072e0516740af33239a224eceb5e2cf1263" +content-hash = "f3e6930e44e0ae114d0b624738b3682a92b58e03b81a43f5eef02a577e95c800" diff --git a/pyproject.toml b/pyproject.toml index 3a44b42b2..9f46a8645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ langchain-openai = "^0.1.25" unstructured = "^0.16.4" Markdown = "^3.6" faiss-cpu = "^1.8.0" -openai = "^1.54.0" +openai = "^1.54.1" psutil = "^5.9.8" python-bitcoinrpc = "^1.0" sendgrid = "^6.11.0"