diff --git a/poetry.lock b/poetry.lock index 82a3220..ef5e01e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1269,13 +1269,13 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] [[package]] name = "openai" -version = "1.55.2" +version = "1.57.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.55.2-py3-none-any.whl", hash = "sha256:3027c7fa4a33ed759f4a3d076093fcfa1c55658660c889bec33f651e2dc77922"}, - {file = "openai-1.55.2.tar.gz", hash = "sha256:5cc0b1162b65dcdf670b4b41448f18dd470d2724ca04821ab1e86b6b4e88650b"}, + {file = "openai-1.57.0-py3-none-any.whl", hash = "sha256:972e36960b821797952da3dc4532f486c28e28a2a332d7d0c5407f242e9d9c39"}, + {file = "openai-1.57.0.tar.gz", hash = "sha256:76f91971c4bdbd78380c9970581075e0337b5d497c2fbf7b5255078f4b31abf9"}, ] [package.dependencies] @@ -2476,4 +2476,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9b206eb9e11edd36201f4aa28ab3a6a93033bfb09abec7f7984377dea9c691f2" +content-hash = "f0cd6d8700261cbf3e26acf909dfb35d225aa38272b2e6013f942ff81796c283" diff --git a/pyproject.toml b/pyproject.toml index 8cc4ca9..b1cd5c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ fastapi = {extras = ["standard"], version = "^0.115.4"} azure-functions = "^1.21.3" pydantic-settings = "^2.6.1" azure-iot-device = "^2.14.0" -openai = "^1.55.2" +openai = "^1.57.0" azure-storage-blob = "^12.23.1" opencv-python-headless = "^4.10.0.84" azure-iot-hub = "^2.6.1"