diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 61e51f1f..8cf1d9e6 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -1976,13 +1976,13 @@ sympy = "*" [[package]] name = "openai" -version = "1.40.3" +version = "1.50.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.40.3-py3-none-any.whl", hash = "sha256:09396cb6e2e15c921a5d872bf92841a60a9425da10dcd962b45fe7c4f48f8395"}, - {file = "openai-1.40.3.tar.gz", hash = "sha256:f2ffe907618240938c59d7ccc67dd01dc8c50be203c0077240db6758d2f02480"}, + {file = "openai-1.50.2-py3-none-any.whl", hash = "sha256:822dd2051baa3393d0d5406990611975dd6f533020dc9375a34d4fe67e8b75f7"}, + {file = "openai-1.50.2.tar.gz", hash = "sha256:3987ae027152fc8bea745d60b02c8f4c4a76e1b5c70e73565fa556db6f78c9e6"}, ] [package.dependencies] @@ -3897,4 +3897,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3f522747280f1c8354b8384c76c5436a5595d9400099db4f832b0ea67055cf37" +content-hash = "f833ec3787697499d05e2aafb89bcb275b0d7468a6a4a33eb20cd139a21880d8" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 966486f6..f87ecfd4 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -19,7 +19,7 @@ httpx = "^0.27.0" langchain = "^0.1.7" langchain-community = "^0.0.20" langchain-openai = "^0.0.6" -openai = "^1.40.3" +openai = "^1.50.2" passlib = "^1.7.4" psycopg2-binary = "^2.9.9" pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}