From b65abdf69bc086abce6bad9dd0d429b8c728eaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 06:03:08 +0000 Subject: [PATCH] Bump openai from 1.52.0 to 1.52.2 Bumps [openai](https://github.com/openai/openai-python) from 1.52.0 to 1.52.2. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.52.0...v1.52.2) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5f20f59..b60d31f 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.52.0" +version = "1.52.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.52.0-py3-none-any.whl", hash = "sha256:0c249f20920183b0a2ca4f7dba7b0452df3ecd0fa7985eb1d91ad884bc3ced9c"}, - {file = "openai-1.52.0.tar.gz", hash = "sha256:95c65a5f77559641ab8f3e4c3a050804f7b51d278870e2ec1f7444080bfe565a"}, + {file = "openai-1.52.2-py3-none-any.whl", hash = "sha256:57e9e37bc407f39bb6ec3a27d7e8fb9728b2779936daa1fcf95df17d3edfaccc"}, + {file = "openai-1.52.2.tar.gz", hash = "sha256:87b7d0f69d85f5641678d414b7ee3082363647a5c66a462ed7f3ccb59582da0d"}, ] [package.dependencies] @@ -2476,4 +2476,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "be73b1fbb18801b1c7128ed89dbe1416ffb66fb0afc3aa8453483424666d4fa8" +content-hash = "8c7adebd4ef7863f862913ace9d38782ec40bb6f3c046830c3669861ac232d46" diff --git a/pyproject.toml b/pyproject.toml index b614419..85b843e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ fastapi = {extras = ["standard"], version = "^0.115.2"} azure-functions = "^1.21.3" pydantic-settings = "^2.6.0" azure-iot-device = "^2.14.0" -openai = "^1.52.0" +openai = "^1.52.2" azure-storage-blob = "^12.23.1" opencv-python-headless = "^4.10.0.84" azure-iot-hub = "^2.6.1"