diff --git a/poetry.lock b/poetry.lock index 4b66baf42..f155114a3 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.54.4" 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.54.4-py3-none-any.whl", hash = "sha256:0d95cef99346bf9b6d7fbf57faf61a673924c3e34fa8af84c9ffe04660673a7e"}, + {file = "openai-1.54.4.tar.gz", hash = "sha256:50f3656e45401c54e973fa05dc29f3f0b0d19348d685b2f7ddb4d92bf7b1b6bf"}, ] [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 = "4e6cf838156c064a0f78d858f4be59c7cf15a1498431f34199071fd3b0374126" +content-hash = "de0998e6446db80379b5d5a224ce6c8edcc3bf5656bda96fd70aea79baaeccac" diff --git a/pyproject.toml b/pyproject.toml index 66ef2d22d..846ef8b49 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.54.4" langchain = "0.2.16" langchain-community = "0.2.17" langchain-openai = "0.1.25"