mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
⬆️ Upgrade dependency openai to v1.40.6 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
8
pdm.lock
generated
8
pdm.lock
generated
@@ -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:8164c996815a29f26c8c2f6c5cab9d3850399282767e12685b25413b871a5edb"
|
content_hash = "sha256:4deaa88dcc633fae79b5895b1073c5c58d221d87c6160b8e75911d962876b3fb"
|
||||||
|
|
||||||
[[metadata.targets]]
|
[[metadata.targets]]
|
||||||
requires_python = "==3.10.*"
|
requires_python = "==3.10.*"
|
||||||
@@ -1938,7 +1938,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openai"
|
name = "openai"
|
||||||
version = "1.40.5"
|
version = "1.40.6"
|
||||||
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"]
|
||||||
@@ -1954,8 +1954,8 @@ dependencies = [
|
|||||||
"typing-extensions<5,>=4.11",
|
"typing-extensions<5,>=4.11",
|
||||||
]
|
]
|
||||||
files = [
|
files = [
|
||||||
{file = "openai-1.40.5-py3-none-any.whl", hash = "sha256:88ab3163573985c87fcf77958cdc51c0b89f843c80f3ac7d60e049940570ea00"},
|
{file = "openai-1.40.6-py3-none-any.whl", hash = "sha256:b36372124a779381a420a34dd96f762baa748b6bdfaf83a6b9f2745f72ccc1c5"},
|
||||||
{file = "openai-1.40.5.tar.gz", hash = "sha256:0d27d120a287eb23dec2a98d101c6a2362a327861787d9fce2739aec9e2b9543"},
|
{file = "openai-1.40.6.tar.gz", hash = "sha256:2239232bcb7f4bd4ce8e02544b5769618582411cf399816d96686d1b6c1e5c8d"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@@ -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.41.0",
|
"gradio==4.41.0",
|
||||||
"openai==1.40.5",
|
"openai==1.40.6",
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user