⬆️ Upgrade dependency openai to v1.37.1

This commit is contained in:
renovate[bot]
2024-07-26 01:03:29 +00:00
committed by Paillat
parent 14cb6c3899
commit 3e5754bec6
2 changed files with 5 additions and 5 deletions

8
pdm.lock generated
View File

@@ -5,7 +5,7 @@
groups = ["default", "lint"] groups = ["default", "lint"]
strategy = ["inherit_metadata"] strategy = ["inherit_metadata"]
lock_version = "4.5.0" lock_version = "4.5.0"
content_hash = "sha256:63f115bdc80ef20bf35db41c52ff860ef881f933f0d50059ffc6191770fde014" content_hash = "sha256:ed4d6a663975b9ad938ba0b4c465fa5f76fdacc47922b8037858b81573bdb221"
[[metadata.targets]] [[metadata.targets]]
requires_python = "==3.10.*" requires_python = "==3.10.*"
@@ -2080,7 +2080,7 @@ files = [
[[package]] [[package]]
name = "openai" name = "openai"
version = "1.37.0" version = "1.37.1"
requires_python = ">=3.7.1" requires_python = ">=3.7.1"
summary = "The official Python library for the openai API" summary = "The official Python library for the openai API"
groups = ["default"] groups = ["default"]
@@ -2095,8 +2095,8 @@ dependencies = [
"typing-extensions<5,>=4.7", "typing-extensions<5,>=4.7",
] ]
files = [ files = [
{file = "openai-1.37.0-py3-none-any.whl", hash = "sha256:a903245c0ecf622f2830024acdaa78683c70abb8e9d37a497b851670864c9f73"}, {file = "openai-1.37.1-py3-none-any.whl", hash = "sha256:9a6adda0d6ae8fce02d235c5671c399cfa40d6a281b3628914c7ebf244888ee3"},
{file = "openai-1.37.0.tar.gz", hash = "sha256:dc8197fc40ab9d431777b6620d962cc49f4544ffc3011f03ce0a805e6eb54adb"}, {file = "openai-1.37.1.tar.gz", hash = "sha256:faf87206785a6b5d9e34555d6a3242482a6852bc802e453e2a891f68ee04ce55"},
] ]
[[package]] [[package]]

View File

@@ -10,7 +10,7 @@ dependencies = [
"google-api-python-client==2.48.0", "google-api-python-client==2.48.0",
"google-auth-oauthlib==1.2.1", "google-auth-oauthlib==1.2.1",
"gradio==4.38.1", "gradio==4.38.1",
"openai==1.37.0", "openai==1.37.1",
"orjson==3.10.6", "orjson==3.10.6",
"python-dotenv==1.0.1", "python-dotenv==1.0.1",
"PyYAML==6.0.1", "PyYAML==6.0.1",