⬆️ Upgrade dependency openai to v1.40.5 (#109)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-13 00:20:03 +02:00
committed by GitHub
parent 611b3d8f4e
commit fe6e27285c
2 changed files with 5 additions and 5 deletions

8
pdm.lock generated
View File

@@ -5,7 +5,7 @@
groups = ["default", "lint"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:84f55b381fe550b58f653231f69da176a68870642ab2a171946f9c2a9aeee7d2"
content_hash = "sha256:8164c996815a29f26c8c2f6c5cab9d3850399282767e12685b25413b871a5edb"
[[metadata.targets]]
requires_python = "==3.10.*"
@@ -1938,7 +1938,7 @@ files = [
[[package]]
name = "openai"
version = "1.40.0"
version = "1.40.5"
requires_python = ">=3.7.1"
summary = "The official Python library for the openai API"
groups = ["default"]
@@ -1954,8 +1954,8 @@ dependencies = [
"typing-extensions<5,>=4.11",
]
files = [
{file = "openai-1.40.0-py3-none-any.whl", hash = "sha256:eb6909abaacd62ef28c275a5c175af29f607b40645b0a49d2856bbed62edb2e7"},
{file = "openai-1.40.0.tar.gz", hash = "sha256:1b7b316e27b2333b063ee62b6539b74267c7282498d9a02fc4ccb38a9c14336c"},
{file = "openai-1.40.5-py3-none-any.whl", hash = "sha256:88ab3163573985c87fcf77958cdc51c0b89f843c80f3ac7d60e049940570ea00"},
{file = "openai-1.40.5.tar.gz", hash = "sha256:0d27d120a287eb23dec2a98d101c6a2362a327861787d9fce2739aec9e2b9543"},
]
[[package]]

View File

@@ -10,7 +10,7 @@ dependencies = [
"google-api-python-client==2.48.0",
"google-auth-oauthlib==1.2.1",
"gradio==4.41.0",
"openai==1.40.0",
"openai==1.40.5",
"orjson==3.10.7",
"python-dotenv==1.0.1",
"PyYAML==6.0.2",