diff --git a/poetry.lock b/poetry.lock index d45417be6..f4343ccd6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3529,13 +3529,13 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] [[package]] name = "openai" -version = "1.48.0" +version = "1.50.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" 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.50.2-py3-none-any.whl", hash = "sha256:822dd2051baa3393d0d5406990611975dd6f533020dc9375a34d4fe67e8b75f7"}, + {file = "openai-1.50.2.tar.gz", hash = "sha256:3987ae027152fc8bea745d60b02c8f4c4a76e1b5c70e73565fa556db6f78c9e6"}, ] [package.dependencies] @@ -7111,4 +7111,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9e0e87930803d9372e745de053b778f43885547bbb6abc37ca5aac5e065f9261" +content-hash = "e453bdadf34f46bca77b8e559c90f08bf6a020e7c2a0b26700871311b2a90583" diff --git a/pyproject.toml b/pyproject.toml index cdba0744a..32aada826 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.18.0" flask = {extras = ["async"], version = "^3.0.3"} -openai = "1.48.0" +openai = "1.50.2" langchain = "0.2.16" langchain-community = "0.2.17" langchain-openai = "0.1.25"