⬆️ Upgrade dependency openai to v1.25.1

This commit is contained in:
renovate[bot]
2024-05-02 19:06:53 +00:00
committed by Paillat
parent d78bf6fc79
commit 8ff2863b55
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:e6196ea4e7e287a963c9b2c20d24c5eb7e46ade4ef21a48d388c7ad1fab51458" content_hash = "sha256:7bcb77ce4ba0a8a6375386baa5ee01c8b9723ef0321046b81dc34ab74513d6d0"
[[package]] [[package]]
name = "absl-py" name = "absl-py"
@@ -1899,7 +1899,7 @@ files = [
[[package]] [[package]]
name = "openai" name = "openai"
version = "1.23.6" version = "1.25.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"]
@@ -1913,8 +1913,8 @@ dependencies = [
"typing-extensions<5,>=4.7", "typing-extensions<5,>=4.7",
] ]
files = [ files = [
{file = "openai-1.23.6-py3-none-any.whl", hash = "sha256:f406c76ba279d16b9aca5a89cee0d968488e39f671f4dc6f0d690ac3c6f6fca1"}, {file = "openai-1.25.1-py3-none-any.whl", hash = "sha256:aa2f381f476f5fa4df8728a34a3e454c321caa064b7b68ab6e9daa1ed082dbf9"},
{file = "openai-1.23.6.tar.gz", hash = "sha256:612de2d54cf580920a1156273f84aada6b3dca26d048f62eb5364a4314d7f449"}, {file = "openai-1.25.1.tar.gz", hash = "sha256:f561ce86f4b4008eb6c78622d641e4b7e1ab8a8cdb15d2f0b2a49942d40d21a8"},
] ]
[[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.23.6", "openai==1.25.1",
"orjson==3.10.1", "orjson==3.10.1",
"python-dotenv==1.0.1", "python-dotenv==1.0.1",
"PyYAML==6.0.1", "PyYAML==6.0.1",