Skip to content

Commit 9bee304

Browse files
chore: update agent location, bump google-adk dependency (#1735)
Signed-off-by: Ankul Jain <117453385+ankuljain09@users.noreply.github.com> Co-authored-by: Shahin Saadati <happyhuman@users.noreply.github.com>
1 parent 23258b4 commit 9bee304

3 files changed

Lines changed: 619 additions & 592 deletions

File tree

python/agents/ai-security-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The starter pack will prompt you to select deployment options and provides addit
261261
```bash
262262
export GOOGLE_GENAI_USE_VERTEXAI=1
263263
export GOOGLE_CLOUD_PROJECT=my-project
264-
export GOOGLE_CLOUD_LOCATION=us-central1
264+
export GOOGLE_CLOUD_LOCATION=us-east1
265265
```
266266

267267
5. Run the agent:

python/agents/ai-security-agent/pyproject.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ name = "ai-security-agent"
33
version = "0.1.0"
44
description = "A sophisticated multi-agent system for comprehensive AI safety testing and vulnerability assessment"
55
authors = [
6-
{ name = "Google LLC" }
6+
{ name = "Google LLC" },
7+
{ name = "Ankul Jain", email = "ankuljain@google.com" }
78
]
89
license = {text = "Apache License 2.0"}
910
readme = "README.md"
1011
requires-python = ">=3.12"
1112

1213
dependencies = [
13-
"google-adk>=1.18.0",
14+
"google-adk>=1.31.0",
1415
"google-genai>=1.9.0",
1516
"google-cloud-aiplatform>=1.127.0",
1617
"python-dotenv>=1.2.1",
@@ -22,7 +23,7 @@ dependencies = [
2223
dev = [
2324
"pytest>=8.3.5",
2425
"pytest-asyncio>=0.26.0",
25-
"google-adk[eval]>=1.0.0",
26+
"google-adk[eval]>=1.31.0",
2627
"ruff>=0.4.6",
2728
"mypy>=1.18.2",
2829
"agent-starter-pack>=0.32.0",
@@ -51,3 +52,9 @@ deployment_targets = ["agent_engine", "cloud_run"]
5152
[build-system]
5253
requires = ["hatchling"]
5354
build-backend = "hatchling.build"
55+
56+
[[tool.uv.index]]
57+
name = "pypi"
58+
url = "https://pypi.org/simple"
59+
default = true
60+

0 commit comments

Comments
 (0)