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 9fe10f6 commit 9356884Copy full SHA for 9356884
02-use-cases/content_safety/pyproject.toml
@@ -5,7 +5,7 @@ description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
dependencies = [
8
- "agentkit-sdk-python",
9
- "google-adk",
10
- "veadk-python",
+ "agentkit-sdk-python==0.2.2",
+ "google-adk==1.19.0",
+ "veadk-python==0.5.0",
11
]
0 commit comments