diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 7d0881d7..301ddedc 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -1770,13 +1770,13 @@ sympy = "*" [[package]] name = "openai" -version = "1.14.3" +version = "1.17.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.14.3-py3-none-any.whl", hash = "sha256:7a465994a7ccf677a110c6cc2ef9d86229bad42c060b585b67049aa749f3b774"}, - {file = "openai-1.14.3.tar.gz", hash = "sha256:37b514e9c0ff45383ec9b242abd0f7859b1080d4b54b61393ed341ecad1b8eb9"}, + {file = "openai-1.17.0-py3-none-any.whl", hash = "sha256:72464cdb0602a57af87acb4888b1a48a1c02182cc9f09d2f2f3200b185223d5f"}, + {file = "openai-1.17.0.tar.gz", hash = "sha256:72e6758cec080a3e5a9daf843178c975fed656fe0831919f4dd89bb62431724f"}, ] [package.dependencies] @@ -3730,4 +3730,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3ad9110e6f462f689369d8c966aa247fba4ddb7bd5f7aeafc861e62901698dba" +content-hash = "3b51ea2d34a78807a0eadfc7a6bac9301465338f05f7221b595b72808668083c" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index a64908df..933e3693 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -20,7 +20,7 @@ httpx = "^0.27.0" langchain = "0.1.7" langchain-community = "^0.0.20" langchain-openai = "^0.0.6" -openai = "^1.7.1" +openai = "^1.17.0" passlib = "^1.7.4" psycopg2-binary = "^2.9.9" pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}