Skip to content

Commit 21ae63b

Browse files
fix(deps): update dependency agentic-layer-sdk-adk to >=0.13.5,<0.14.0
1 parent 13802bc commit 21ae63b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

adk/python/delegate-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "delegate-agent"
33
version = "0.1.0"
44
requires-python = ">=3.13"
55
dependencies = [
6-
"agentic-layer-sdk-adk>=0.5.0,<0.7.0",
6+
"agentic-layer-sdk-adk>=0.13.5,<0.14.0",
77
]
88

99
[build-system]

adk/python/weather-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "weather-agent"
33
version = "0.1.0"
44
requires-python = ">=3.13"
55
dependencies = [
6-
"agentic-layer-sdk-adk>=0.5.0,<0.7.0",
6+
"agentic-layer-sdk-adk>=0.13.5,<0.14.0",
77
]
88

99
[build-system]

0 commit comments

Comments
 (0)