From 1db9709bb32e9fafe8af45796f4eaf39b59544c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:52:43 +0000 Subject: [PATCH] deps: bump openai from 1.59.9 to 1.60.0 Bumps [openai](https://github.com/openai/openai-python) from 1.59.9 to 1.60.0. - [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.9...v1.60.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... 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 aabaedb..abc82e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1912,13 +1912,13 @@ files = [ [[package]] name = "openai" -version = "1.59.9" +version = "1.60.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.59.9-py3-none-any.whl", hash = "sha256:61a0608a1313c08ddf92fe793b6dbd1630675a1fe3866b2f96447ce30050c448"}, - {file = "openai-1.59.9.tar.gz", hash = "sha256:ec1a20b0351b4c3e65c6292db71d8233515437c6065efd4fd50edeb55df5f5d2"}, + {file = "openai-1.60.0-py3-none-any.whl", hash = "sha256:df06c43be8018274980ac363da07d4b417bd835ead1c66e14396f6f15a0d5dda"}, + {file = "openai-1.60.0.tar.gz", hash = "sha256:7fa536cd4b644718645b874d2706e36dbbef38b327e42ca0623275da347ee1a9"}, ] [package.dependencies] @@ -3699,4 +3699,4 @@ windows = ["python-magic-bin"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.14" -content-hash = "6efd65dcf7705fa36cf29dde6b5097485ac082e787e9a8ecb2f03d29a83edb0f" +content-hash = "c4196424b95524400617828a5f5eefde1e06b7842dfb9acf93c13fef62343927" diff --git a/pyproject.toml b/pyproject.toml index 7ca18fa..d000f0f 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.9" +openai = "^1.60.0" gunicorn = "^23.0.0" uvicorn = "^0.34.0" aiofiles = "^24.1.0"