diff --git a/poetry.lock b/poetry.lock index c321375ed..727d7dc92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3417,13 +3417,13 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] [[package]] name = "openai" -version = "1.48.0" +version = "1.55.0" description = "The official Python library for the openai API" optional = false -python-versions = ">=3.7.1" +python-versions = ">=3.8" files = [ - {file = "openai-1.48.0-py3-none-any.whl", hash = "sha256:7c4af223f0bf615ce4a12453729952c9a8b04ffe8c78aa77981b12fd970149cf"}, - {file = "openai-1.48.0.tar.gz", hash = "sha256:1d3b69ea62c287c4885a6f3ce840768564cd5f52c60ac5f890fef80d43cc4799"}, + {file = "openai-1.55.0-py3-none-any.whl", hash = "sha256:446e08918f8dd70d8723274be860404c8c7cc46b91b93bbc0ef051f57eb503c1"}, + {file = "openai-1.55.0.tar.gz", hash = "sha256:6c0975ac8540fe639d12b4ff5a8e0bf1424c844c4a4251148f59f06c4b2bd5db"}, ] [package.dependencies] @@ -6627,4 +6627,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "826226f49f211954e1a565360e48f0e655807b7e7f370780bd1fed30f2bccac4" +content-hash = "ed402261ee1eb8d90f7e5aada2eae5e88112644cbcef9c5082a94d0b01d2ec2e" diff --git a/pyproject.toml b/pyproject.toml index c99e50d78..dd8f8338c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ azure-ai-formrecognizer = "3.3.3" azure-storage-blob = "12.20.0" azure-identity = "1.19.0" flask = {extras = ["async"], version = "^3.0.3"} -openai = "1.48.0" +openai = "1.55.0" langchain = "0.2.16" langchain-community = "0.2.17" langchain-openai = "0.1.25"