From 80a41c61fb1622ea8ea4483a26ab690aaab84b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:07:52 +0000 Subject: [PATCH] deps: bump openai from 1.59.8 to 1.59.9 Bumps [openai](https://github.com/openai/openai-python) from 1.59.8 to 1.59.9. - [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.8...v1.59.9) --- 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 c03cc57..f80b133 100644 --- a/poetry.lock +++ b/poetry.lock @@ -737,13 +737,13 @@ files = [ [[package]] name = "openai" -version = "1.59.8" +version = "1.59.9" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.59.8-py3-none-any.whl", hash = "sha256:a8b8ee35c4083b88e6da45406d883cf6bd91a98ab7dd79178b8bc24c8bfb09d9"}, - {file = "openai-1.59.8.tar.gz", hash = "sha256:ac4bda5fa9819fdc6127e8ea8a63501f425c587244bc653c7c11a8ad84f953e1"}, + {file = "openai-1.59.9-py3-none-any.whl", hash = "sha256:61a0608a1313c08ddf92fe793b6dbd1630675a1fe3866b2f96447ce30050c448"}, + {file = "openai-1.59.9.tar.gz", hash = "sha256:ec1a20b0351b4c3e65c6292db71d8233515437c6065efd4fd50edeb55df5f5d2"}, ] [package.dependencies] @@ -1286,4 +1286,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7b9e19e4558b7119274c881c79d7f3ba4f015596a5c9706fee1713ae098cdeb8" +content-hash = "c79a48a45d897eabeabf335d9ea0ee7ddb95cc9dc27ab4e6696d6b1c15927740" diff --git a/pyproject.toml b/pyproject.toml index 69950b5..b6fdcef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ yt-dlp = "^2025.1.15" gunicorn = "^23.0.0" weasyprint = "^63.0" pydub = "^0.25.1" -openai = "^1.59.8" +openai = "^1.59.9" [build-system]