From c4222560debf0c28fe56333f3101fd12c62a4482 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:34:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20ope?= =?UTF-8?q?nai=20to=20v1.42.0=20(#113)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 72666a7..7c573b7 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:c33b7aff0f779d441fa382e9dee902824ea2a18dc00030372d9cb0f344a9483f" +content_hash = "sha256:9d30834eaa30dd57414bdcc8d00ac04a31ffba692f0a587f3f96000c3c9ad4cf" [[metadata.targets]] requires_python = "==3.10.*" @@ -1939,7 +1939,7 @@ files = [ [[package]] name = "openai" -version = "1.40.6" +version = "1.42.0" requires_python = ">=3.7.1" summary = "The official Python library for the openai API" groups = ["default"] @@ -1955,8 +1955,8 @@ dependencies = [ "typing-extensions<5,>=4.11", ] files = [ - {file = "openai-1.40.6-py3-none-any.whl", hash = "sha256:b36372124a779381a420a34dd96f762baa748b6bdfaf83a6b9f2745f72ccc1c5"}, - {file = "openai-1.40.6.tar.gz", hash = "sha256:2239232bcb7f4bd4ce8e02544b5769618582411cf399816d96686d1b6c1e5c8d"}, + {file = "openai-1.42.0-py3-none-any.whl", hash = "sha256:dc91e0307033a4f94931e5d03cc3b29b9717014ad5e73f9f2051b6cb5eda4d80"}, + {file = "openai-1.42.0.tar.gz", hash = "sha256:c9d31853b4e0bc2dc8bd08003b462a006035655a701471695d0bfdc08529cde3"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 5c0d828..334a58e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "google-api-python-client==2.48.0", "google-auth-oauthlib==1.2.1", "gradio==4.42.0", - "openai==1.40.6", + "openai==1.42.0", "orjson==3.10.7", "python-dotenv==1.0.1", "PyYAML==6.0.2",