⬆️ Upgrade dependency openai to v1.23.1

This commit is contained in:
renovate[bot]
2024-04-19 08:53:17 +00:00
committed by Paillat
parent 4f5e590f65
commit f8203059ec
2 changed files with 5 additions and 5 deletions

8
pdm.lock generated
View File

@@ -5,7 +5,7 @@
groups = ["default", "lint", "win"] groups = ["default", "lint", "win"]
strategy = ["cross_platform", "inherit_metadata"] strategy = ["cross_platform", "inherit_metadata"]
lock_version = "4.4.1" lock_version = "4.4.1"
content_hash = "sha256:7d69e9c326f772110e71df60e9537d208fec9d7a1853163b5d0b212d563f342d" content_hash = "sha256:d676313e50c9fc908ebd72d070610360dea8582035c56710c12d061074582a46"
[[package]] [[package]]
name = "absl-py" name = "absl-py"
@@ -1888,7 +1888,7 @@ files = [
[[package]] [[package]]
name = "openai" name = "openai"
version = "1.13.3" version = "1.23.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"]
@@ -1902,8 +1902,8 @@ dependencies = [
"typing-extensions<5,>=4.7", "typing-extensions<5,>=4.7",
] ]
files = [ files = [
{file = "openai-1.13.3-py3-none-any.whl", hash = "sha256:5769b62abd02f350a8dd1a3a242d8972c947860654466171d60fb0972ae0a41c"}, {file = "openai-1.23.1-py3-none-any.whl", hash = "sha256:7941c1bc6fcdb1b6b889dfcfabff775ca52558a79d57dd1b9e15b463de1b3a4c"},
{file = "openai-1.13.3.tar.gz", hash = "sha256:ff6c6b3bc7327e715e4b3592a923a5a1c7519ff5dd764a83d69f633d49e77a7b"}, {file = "openai-1.23.1.tar.gz", hash = "sha256:6df937e2a1ad64494951ea3614f5516db4d67c3fcc0b751b8e5edf1bc57e2d3d"},
] ]
[[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.0", "google-auth-oauthlib==1.2.0",
"gradio==4.26.0", "gradio==4.26.0",
"openai==1.13.3", "openai==1.23.1",
"orjson==3.9.15", "orjson==3.9.15",
"python-dotenv==1.0.1", "python-dotenv==1.0.1",
"PyYAML==6.0.1", "PyYAML==6.0.1",