From 6a4120e304784dfede12bbe82e14d4a7e89dc5e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:37:40 +0000 Subject: [PATCH] poetry bot: bump openai from 1.57.1 to 1.57.2 Bumps [openai](https://github.com/openai/openai-python) from 1.57.1 to 1.57.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.57.1...v1.57.2) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68b21a243..c497e8d25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1764,13 +1764,13 @@ files = [ [[package]] name = "openai" -version = "1.57.1" +version = "1.57.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.57.1-py3-none-any.whl", hash = "sha256:3865686c927e93492d1145938d4a24b634951531c4b2769d43ca5dbd4b25d8fd"}, - {file = "openai-1.57.1.tar.gz", hash = "sha256:a95f22e04ab3df26e64a15d958342265e802314131275908b3b3e36f8c5d4377"}, + {file = "openai-1.57.2-py3-none-any.whl", hash = "sha256:f7326283c156fdee875746e7e54d36959fb198eadc683952ee05e3302fbd638d"}, + {file = "openai-1.57.2.tar.gz", hash = "sha256:5f49fd0f38e9f2131cda7deb45dafdd1aee4f52a637e190ce0ecf40147ce8cee"}, ] [package.dependencies] @@ -3579,4 +3579,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "2cf251b10596f3effdeac4e9ad522e51b58f2be07893fee6c38407aa68a29d42" +content-hash = "5907350993c46da93c271fd74a29f92cfb543cf2c3e25ac353b34320816aff36" diff --git a/pyproject.toml b/pyproject.toml index 82e347f3a..fede71cdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ drf-spectacular = "^0.26.5" elastic-apm = "^6.22.0" huey = "^2.5.0" ipython = "^8.24.0" -openai = "^1.57.1" +openai = "^1.57.2" psycopg2-binary = "^2.9.9" PyMySQL = "^1.1.0" python = "^3.10.4"