We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df469d1 commit 906d445Copy full SHA for 906d445
packages/toolbox-adk/pyproject.toml
@@ -18,10 +18,10 @@ classifiers = [
18
]
19
requires-python = ">=3.10"
20
dependencies = [
21
- "toolbox-core>=0.1.0",
22
- "google-auth>=2.0.0,<3.0.0",
23
- "google-auth-oauthlib>=1.0.0,<2.0.0",
24
- "google-adk>=0.1.0",
+ "toolbox-core>=0.5.4",
+ "google-auth>=2.43.0,<3.0.0",
+ "google-auth-oauthlib>=1.2.0,<2.0.0",
+ "google-adk>=1.20.0",
25
"typing-extensions>=4.0.0"
26
27
packages/toolbox-adk/requirements.txt
@@ -0,0 +1,5 @@
1
+-e ../toolbox-core
2
+google-auth==2.43.0
3
+google-auth-oauthlib==1.2.1
4
+google-adk==1.20.0
5
+typing-extensions==4.12.2
0 commit comments