Skip to content

Commit 9356884

Browse files
committed
fix: fix dependency versions
1 parent 9fe10f6 commit 9356884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

02-use-cases/content_safety/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"agentkit-sdk-python",
9-
"google-adk",
10-
"veadk-python",
8+
"agentkit-sdk-python==0.2.2",
9+
"google-adk==1.19.0",
10+
"veadk-python==0.5.0",
1111
]

0 commit comments

Comments
 (0)