diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 2953483a..93192589 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -1879,13 +1879,13 @@ sympy = "*" [[package]] name = "openai" -version = "1.30.0" +version = "1.30.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.30.0-py3-none-any.whl", hash = "sha256:2826be5836e87ac5f090db7c8cc3d406080357487137e963ececc237cf804f6d"}, - {file = "openai-1.30.0.tar.gz", hash = "sha256:0ba828156eb209c57509f98c2dd7e31add8dbd5feae432507701b65a6f8d20fe"}, + {file = "openai-1.30.1-py3-none-any.whl", hash = "sha256:c9fb3c3545c118bbce8deb824397b9433a66d0d0ede6a96f7009c95b76de4a46"}, + {file = "openai-1.30.1.tar.gz", hash = "sha256:4f85190e577cba0b066e1950b8eb9b11d25bc7ebcc43a86b326ce1bfa564ec74"}, ] [package.dependencies] @@ -3813,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3c15b3b3b8b1101336c1d481894dbf468cbc3a3bbe5def632ba11db1eb30f993" +content-hash = "5b7540224bb59fe7c5d5356d293ef9e135ba67da2f822cd749562e848231f6a1" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 8aaa6b0b..14a2107f 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.30.0" +openai = "^1.30.1" passlib = "^1.7.4" psycopg2-binary = "^2.9.9" pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}