mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
⬆️ Upgrade dependency openai to v1.23.2
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:aab581861a49f4123425b3005dced4bd74077408b15debb8b18a7a8d0ee1fc24"
|
content_hash = "sha256:40d7ddfc168b71f5fbe3a9a3c4227f041b52f9ec559fca0d3b0661df931777b7"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "absl-py"
|
name = "absl-py"
|
||||||
@@ -1888,7 +1888,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openai"
|
name = "openai"
|
||||||
version = "1.23.1"
|
version = "1.23.2"
|
||||||
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"]
|
||||||
@@ -1902,8 +1902,8 @@ dependencies = [
|
|||||||
"typing-extensions<5,>=4.7",
|
"typing-extensions<5,>=4.7",
|
||||||
]
|
]
|
||||||
files = [
|
files = [
|
||||||
{file = "openai-1.23.1-py3-none-any.whl", hash = "sha256:7941c1bc6fcdb1b6b889dfcfabff775ca52558a79d57dd1b9e15b463de1b3a4c"},
|
{file = "openai-1.23.2-py3-none-any.whl", hash = "sha256:293a36effde29946eb221040c89c46a4850f2f2e30b37ef09ff6d75226d71b42"},
|
||||||
{file = "openai-1.23.1.tar.gz", hash = "sha256:6df937e2a1ad64494951ea3614f5516db4d67c3fcc0b751b8e5edf1bc57e2d3d"},
|
{file = "openai-1.23.2.tar.gz", hash = "sha256:b84aa3005357ceb38f22a269e0e22ee58ce103897f447032d021906f18178a8e"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[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.23.1",
|
"openai==1.23.2",
|
||||||
"orjson==3.10.1",
|
"orjson==3.10.1",
|
||||||
"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