From 3b7d4900b9f5da478a3c88a2b7ba3dc630091852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:36:13 +0000 Subject: [PATCH] deps: bump openai from 1.59.3 to 1.59.4 Bumps [openai](https://github.com/openai/openai-python) from 1.59.3 to 1.59.4. - [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.59.3...v1.59.4) --- 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 6a78b17..48cd0cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -737,13 +737,13 @@ files = [ [[package]] name = "openai" -version = "1.59.3" +version = "1.59.4" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.59.3-py3-none-any.whl", hash = "sha256:b041887a0d8f3e70d1fc6ffbb2bf7661c3b9a2f3e806c04bf42f572b9ac7bc37"}, - {file = "openai-1.59.3.tar.gz", hash = "sha256:7f7fff9d8729968588edf1524e73266e8593bb6cab09298340efb755755bb66f"}, + {file = "openai-1.59.4-py3-none-any.whl", hash = "sha256:82113498699998e98104f87c19a890e82df9b01251a0395484360575d3a1d98a"}, + {file = "openai-1.59.4.tar.gz", hash = "sha256:b946dc5a2308dc1e03efbda80bf1cd64b6053b536851ad519f57ee44401663d2"}, ] [package.dependencies] @@ -1286,4 +1286,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bf572ca6434779896ce19703c715cecb82b1bc246bbec1700a42ce787e546333" +content-hash = "bcac969eceb9888302a73969226cedf6bbf9979530694bff63afe492ad37d89e" diff --git a/pyproject.toml b/pyproject.toml index a6dfec0..3c6d4a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ yt-dlp = "^2024.12.23" gunicorn = "^23.0.0" weasyprint = "^63.0" pydub = "^0.25.1" -openai = "^1.59.3" +openai = "^1.59.4" [build-system]