mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
⬆️ Upgrade dependency google-auth-oauthlib to v1.2.1
This commit is contained in:
8
pdm.lock
generated
8
pdm.lock
generated
@@ -5,7 +5,7 @@
|
|||||||
groups = ["default", "lint"]
|
groups = ["default", "lint"]
|
||||||
strategy = ["cross_platform", "inherit_metadata"]
|
strategy = ["cross_platform", "inherit_metadata"]
|
||||||
lock_version = "4.4.2"
|
lock_version = "4.4.2"
|
||||||
content_hash = "sha256:25aa730c9edddbe5fa5462f47362e2167c52a8e2a633031b31923f4fe8a551fd"
|
content_hash = "sha256:a460650c474e07488d31f76e90e034f15cbc67293d27208da5b6b39420835a46"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "absl-py"
|
name = "absl-py"
|
||||||
@@ -919,7 +919,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "google-auth-oauthlib"
|
name = "google-auth-oauthlib"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
requires_python = ">=3.6"
|
requires_python = ">=3.6"
|
||||||
summary = "Google Authentication Library"
|
summary = "Google Authentication Library"
|
||||||
groups = ["default"]
|
groups = ["default"]
|
||||||
@@ -928,8 +928,8 @@ dependencies = [
|
|||||||
"requests-oauthlib>=0.7.0",
|
"requests-oauthlib>=0.7.0",
|
||||||
]
|
]
|
||||||
files = [
|
files = [
|
||||||
{file = "google-auth-oauthlib-1.2.0.tar.gz", hash = "sha256:292d2d3783349f2b0734a0a0207b1e1e322ac193c2c09d8f7c613fb7cc501ea8"},
|
{file = "google_auth_oauthlib-1.2.1-py2.py3-none-any.whl", hash = "sha256:2d58a27262d55aa1b87678c3ba7142a080098cbc2024f903c62355deb235d91f"},
|
||||||
{file = "google_auth_oauthlib-1.2.0-py2.py3-none-any.whl", hash = "sha256:297c1ce4cb13a99b5834c74a1fe03252e1e499716718b190f56bcb9c4abc4faf"},
|
{file = "google_auth_oauthlib-1.2.1.tar.gz", hash = "sha256:afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ authors = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"anthropic==0.31.0",
|
"anthropic==0.31.0",
|
||||||
"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.1",
|
||||||
"gradio==4.31.3",
|
"gradio==4.31.3",
|
||||||
"openai==1.35.13",
|
"openai==1.35.13",
|
||||||
"orjson==3.10.6",
|
"orjson==3.10.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user