mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
⬆️ Upgrade dependency openai to v1.26.0
This commit is contained in:
8
pdm.lock
generated
8
pdm.lock
generated
@@ -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:4a2bd2328c4232cb0f81270122c9ada60c7edc79a6f7f0feb167e48de63b829f"
|
content_hash = "sha256:67ba1e750ac7a10f2587803330082ddc1b3f625bd7b2ac01451e02fa0328d00e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "absl-py"
|
name = "absl-py"
|
||||||
@@ -1953,7 +1953,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openai"
|
name = "openai"
|
||||||
version = "1.25.1"
|
version = "1.26.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"]
|
||||||
@@ -1967,8 +1967,8 @@ dependencies = [
|
|||||||
"typing-extensions<5,>=4.7",
|
"typing-extensions<5,>=4.7",
|
||||||
]
|
]
|
||||||
files = [
|
files = [
|
||||||
{file = "openai-1.25.1-py3-none-any.whl", hash = "sha256:aa2f381f476f5fa4df8728a34a3e454c321caa064b7b68ab6e9daa1ed082dbf9"},
|
{file = "openai-1.26.0-py3-none-any.whl", hash = "sha256:884ced523fb0225780f8b0e0ed6f7e014049c32d049a41ad0ac962869f1055d1"},
|
||||||
{file = "openai-1.25.1.tar.gz", hash = "sha256:f561ce86f4b4008eb6c78622d641e4b7e1ab8a8cdb15d2f0b2a49942d40d21a8"},
|
{file = "openai-1.26.0.tar.gz", hash = "sha256:642e857b60855702ee6ff665e8fa80946164f77b92e58fd24e01b545685b8405"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[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.0",
|
"google-auth-oauthlib==1.2.0",
|
||||||
"gradio==4.26.0",
|
"gradio==4.26.0",
|
||||||
"openai==1.25.1",
|
"openai==1.26.0",
|
||||||
"orjson==3.10.3",
|
"orjson==3.10.3",
|
||||||
"python-dotenv==1.0.1",
|
"python-dotenv==1.0.1",
|
||||||
"PyYAML==6.0.1",
|
"PyYAML==6.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user