From 521cb5e55e9bc57d8f4b8f1d5e676b79d360b57d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:45:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20ope?= =?UTF-8?q?nai=20to=20v1.29.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 8fbf149..5f4d81e 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint", "win"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:b4f5d198719bb2f8a97838cc4f1b769cd84f67f1d1843038375e25514f0b1bfa" +content_hash = "sha256:e1170c795b612e2d50ef6587edc132a4ea39d6aa1e2f4626600f59e46af63fa9" [[package]] name = "absl-py" @@ -1953,7 +1953,7 @@ files = [ [[package]] name = "openai" -version = "1.28.1" +version = "1.29.0" requires_python = ">=3.7.1" summary = "The official Python library for the openai API" groups = ["default"] @@ -1967,8 +1967,8 @@ dependencies = [ "typing-extensions<5,>=4.7", ] files = [ - {file = "openai-1.28.1-py3-none-any.whl", hash = "sha256:943e0d0d587b9a62f99bd3acbaf479ae5362986e5fff013f57b5b7bde85cce93"}, - {file = "openai-1.28.1.tar.gz", hash = "sha256:8a3adbba16882434768d76fd3129fcc9b40ace98f8d55a6ddacfc05c4096ac30"}, + {file = "openai-1.29.0-py3-none-any.whl", hash = "sha256:c61cd12376c84362d406341f9e2f9a9d6b81c082b133b44484dc0f43954496b1"}, + {file = "openai-1.29.0.tar.gz", hash = "sha256:d5a769f485610cff8bae14343fa45a8b1d346be3d541fa5b28ccd040dbc8baf8"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 9d9f01c..95e81be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "google-api-python-client==2.48.0", "google-auth-oauthlib==1.2.0", "gradio==4.26.0", - "openai==1.28.1", + "openai==1.29.0", "orjson==3.10.3", "python-dotenv==1.0.1", "PyYAML==6.0.1",