From fe9d2d512e17389f726bcc51312cd2f203d50837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:54:09 +0000 Subject: [PATCH] deps: bump openai from 1.59.7 to 1.59.8 Bumps [openai](https://github.com/openai/openai-python) from 1.59.7 to 1.59.8. - [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.7...v1.59.8) --- 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 780a8e2..9dba5a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1908,13 +1908,13 @@ files = [ [[package]] name = "openai" -version = "1.59.7" +version = "1.59.8" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.59.7-py3-none-any.whl", hash = "sha256:cfa806556226fa96df7380ab2e29814181d56fea44738c2b0e581b462c268692"}, - {file = "openai-1.59.7.tar.gz", hash = "sha256:043603def78c00befb857df9f0a16ee76a3af5984ba40cb7ee5e2f40db4646bf"}, + {file = "openai-1.59.8-py3-none-any.whl", hash = "sha256:a8b8ee35c4083b88e6da45406d883cf6bd91a98ab7dd79178b8bc24c8bfb09d9"}, + {file = "openai-1.59.8.tar.gz", hash = "sha256:ac4bda5fa9819fdc6127e8ea8a63501f425c587244bc653c7c11a8ad84f953e1"}, ] [package.dependencies] @@ -3695,4 +3695,4 @@ windows = ["python-magic-bin"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.14" -content-hash = "dbbfc678598150ba5cbd8a672ac7b70f5252dca781e29ef3561263b401dcdd57" +content-hash = "956bd9af2e6aa97dd60bfe82d9e9a59205dbbbf7e649360fb81593bd39979049" diff --git a/pyproject.toml b/pyproject.toml index 7abffa0..51183a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ jmespath = "^1.0.1" playwright = "^1.35.0" jinja2 = "^3.1.5" babel = "^2.12.1" -openai = "^1.59.7" +openai = "^1.59.8" gunicorn = "^23.0.0" uvicorn = "^0.34.0" aiofiles = "^24.1.0"