新增Google Vertex AI的access token获取接口

This commit is contained in:
shuohigh@gmail.com 2025-06-17 17:11:00 +08:00
parent ad41b80f4f
commit 79d10570e7
3 changed files with 1558 additions and 1413 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "BowongModalFunctions" name = "BowongModalFunctions"
version = "0.1.6" version = "0.1.8"
authors = [ authors = [
{ name = "Yudi Xiao", email = "xyd@bowong.ai" }, { name = "Yudi Xiao", email = "xyd@bowong.ai" },
] ]
@ -66,6 +66,7 @@ dependencies = [
"ffmpy>=0.5.0", "ffmpy>=0.5.0",
"watchdog>=6.0.0", "watchdog>=6.0.0",
"pyfiglet>=1.0.3", "pyfiglet>=1.0.3",
"google-api-python-client>=2.172.0",
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
@ -93,7 +94,3 @@ sources = ["src"]
only-packages = true only-packages = true
require-runtime-dependencies = true require-runtime-dependencies = true
[tool.uv.workspace]
members = [
"cmd/wsl",
]

View File

@ -1 +1 @@
__version__: str = "0.1.2" __version__: str = "0.1.8"

2962
uv.lock

File diff suppressed because it is too large Load Diff