新增Google Vertex AI的access token获取接口
This commit is contained in:
@@ -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",
|
|
||||||
]
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__: str = "0.1.2"
|
__version__: str = "0.1.8"
|
||||||
Reference in New Issue
Block a user