From 2fcdee3f660938f31fefd3a94b9c846f67541740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:32:37 +0000 Subject: [PATCH] poetry bot: bump openai from 1.57.1 to 1.58.1 Bumps [openai](https://github.com/openai/openai-python) from 1.57.1 to 1.58.1. - [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.58.1) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68b21a243..b4f8f5c03 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.58.1" 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.58.1-py3-none-any.whl", hash = "sha256:e2910b1170a6b7f88ef491ac3a42c387f08bd3db533411f7ee391d166571d63c"}, + {file = "openai-1.58.1.tar.gz", hash = "sha256:f5a035fd01e141fc743f4b0e02c41ca49be8fab0866d3b67f5f29b4f4d3c0973"}, ] [package.dependencies] @@ -1785,6 +1785,7 @@ typing-extensions = ">=4.11,<5" [package.extras] datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"] +realtime = ["websockets (>=13,<15)"] [[package]] name = "openpyxl" @@ -3579,4 +3580,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "2cf251b10596f3effdeac4e9ad522e51b58f2be07893fee6c38407aa68a29d42" +content-hash = "74facbb40dd50cf6c9bbf3cb1d9cde124a767c025f5c8870fa6df4ddd0200038" diff --git a/pyproject.toml b/pyproject.toml index 82e347f3a..e7c5b8626 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.58.1" psycopg2-binary = "^2.9.9" PyMySQL = "^1.1.0" python = "^3.10.4"