mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
⬆️ Upgrade dependency openai to v1.28.1
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:6a4c1e0d33f19d3f532c8a57c331f6b55de74d08d2029c5ba059b349133d78c8"
|
content_hash = "sha256:86f3db5d3575f7149b7484e818a9fc492710fd04b14c11070db0302558c6ba9a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "absl-py"
|
name = "absl-py"
|
||||||
@@ -1953,7 +1953,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openai"
|
name = "openai"
|
||||||
version = "1.28.0"
|
version = "1.28.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"]
|
||||||
@@ -1967,8 +1967,8 @@ dependencies = [
|
|||||||
"typing-extensions<5,>=4.7",
|
"typing-extensions<5,>=4.7",
|
||||||
]
|
]
|
||||||
files = [
|
files = [
|
||||||
{file = "openai-1.28.0-py3-none-any.whl", hash = "sha256:94b5a99f5121e1747dda1bb8fff31820d5ab4b49056a9cf2e3605f5c90011955"},
|
{file = "openai-1.28.1-py3-none-any.whl", hash = "sha256:943e0d0d587b9a62f99bd3acbaf479ae5362986e5fff013f57b5b7bde85cce93"},
|
||||||
{file = "openai-1.28.0.tar.gz", hash = "sha256:ac43b8b48aec70de4b76cfc96ae906bf8d5814427475b9dabb662f84f655f0e1"},
|
{file = "openai-1.28.1.tar.gz", hash = "sha256:8a3adbba16882434768d76fd3129fcc9b40ace98f8d55a6ddacfc05c4096ac30"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[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.28.0",
|
"openai==1.28.1",
|
||||||
"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