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"