From 40aeadabc45e1e43508fffc6b1950f469db86773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:51:28 +0000 Subject: [PATCH] poetry bot: bump openai from 1.57.1 to 1.57.4 Bumps [openai](https://github.com/openai/openai-python) from 1.57.1 to 1.57.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.57.1...v1.57.4) --- 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..3c1e1bbb8 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.5 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.4" 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.4-py3-none-any.whl", hash = "sha256:7def1ab2d52f196357ce31b9cfcf4181529ce00838286426bb35be81c035dafb"}, + {file = "openai-1.57.4.tar.gz", hash = "sha256:a8f071a3e9198e2818f63aade68e759417b9f62c0971bdb83de82504b70b77f7"}, ] [package.dependencies] @@ -3579,4 +3579,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "2cf251b10596f3effdeac4e9ad522e51b58f2be07893fee6c38407aa68a29d42" +content-hash = "a93054eac74091690e7b0ceba0ddd86bd0c0b3e747cc2c1e2e269f6efb134ad7" diff --git a/pyproject.toml b/pyproject.toml index 82e347f3a..ebbe39278 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.4" psycopg2-binary = "^2.9.9" PyMySQL = "^1.1.0" python = "^3.10.4"