⬆️ Upgrade dependency openai to v1.51.0 (#120)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-02 11:35:59 +02:00
committed by GitHub
parent a3033aeccf
commit 6cc20fdea6
2 changed files with 8 additions and 8 deletions

14
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:80f57c5e768429ef91464525a41fd9c4371d4fb891168b126cbc6bd195e80508" content_hash = "sha256:56cf2fdd46d072fa177170975d20663add71b917d6bab3396653ec37ae571391"
[[metadata.targets]] [[metadata.targets]]
requires_python = "==3.10.*" requires_python = "==3.10.*"
@@ -1130,7 +1130,7 @@ files = [
[[package]] [[package]]
name = "httpcore" name = "httpcore"
version = "1.0.5" version = "1.0.6"
requires_python = ">=3.8" requires_python = ">=3.8"
summary = "A minimal low-level HTTP client." summary = "A minimal low-level HTTP client."
groups = ["default"] groups = ["default"]
@@ -1139,8 +1139,8 @@ dependencies = [
"h11<0.15,>=0.13", "h11<0.15,>=0.13",
] ]
files = [ files = [
{file = "httpcore-1.0.5-py3-none-any.whl", hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5"}, {file = "httpcore-1.0.6-py3-none-any.whl", hash = "sha256:27b59625743b85577a8c0e10e55b50b5368a4f2cfe8cc7bcfa9cf00829c2682f"},
{file = "httpcore-1.0.5.tar.gz", hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61"}, {file = "httpcore-1.0.6.tar.gz", hash = "sha256:73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f"},
] ]
[[package]] [[package]]
@@ -1939,7 +1939,7 @@ files = [
[[package]] [[package]]
name = "openai" name = "openai"
version = "1.50.0" version = "1.51.0"
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"]
@@ -1955,8 +1955,8 @@ dependencies = [
"typing-extensions<5,>=4.11", "typing-extensions<5,>=4.11",
] ]
files = [ files = [
{file = "openai-1.50.0-py3-none-any.whl", hash = "sha256:8545b3e37aa28a39e5177adbb6142f3e2b2b9e2889ae002c0ba785d917e466e2"}, {file = "openai-1.51.0-py3-none-any.whl", hash = "sha256:d9affafb7e51e5a27dce78589d4964ce4d6f6d560307265933a94b2e3f3c5d2c"},
{file = "openai-1.50.0.tar.gz", hash = "sha256:fc774e36ad96839b9fc14f1097093527b8abd1348ed824e25818309820afa344"}, {file = "openai-1.51.0.tar.gz", hash = "sha256:8dc4f9d75ccdd5466fc8c99a952186eddceb9fd6ba694044773f3736a847149d"},
] ]
[[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.42.0", "gradio==4.42.0",
"openai==1.50.0", "openai==1.51.0",
"orjson==3.10.7", "orjson==3.10.7",
"python-dotenv==1.0.1", "python-dotenv==1.0.1",
"PyYAML==6.0.2", "PyYAML==6.0.2",