Skip to content

Commit 63a9aa4

Browse files
Bump google-adk from 1.17.0 to 1.28.1 in /samples/adk-sql-agent
Bumps [google-adk](https://github.com/google/adk-python) from 1.17.0 to 1.28.1. - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md) - [Commits](google/adk-python@v1.17.0...v1.28.1) --- updated-dependencies: - dependency-name: google-adk dependency-version: 1.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c77438 commit 63a9aa4

3 files changed

Lines changed: 137 additions & 136 deletions

File tree

samples/adk-sql-agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description = "An ADK agent that can run queries on an ephemeral SQLite database
1919
readme = "README.md"
2020
requires-python = ">=3.12"
2121
dependencies = [
22-
"google-adk>=1.17.0",
22+
"google-adk>=1.28.1",
2323
"opentelemetry-exporter-gcp-logging>=1.9.0a0",
2424
"opentelemetry-exporter-gcp-monitoring>=1.9.0a0",
2525
"opentelemetry-exporter-otlp-proto-grpc>=1.33.0",

samples/adk-sql-agent/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,9 @@ fastapi==0.121.0 \
220220
--hash=sha256:06663356a0b1ee93e875bbf05a31fb22314f5bed455afaaad2b2dad7f26e98fa \
221221
--hash=sha256:8bdf1b15a55f4e4b0d6201033da9109ea15632cb76cf156e7b8b4019f2172106
222222
# via google-adk
223-
google-adk==1.17.0 \
224-
--hash=sha256:1d32b425087bd57015b18c86f9850366fd5ea6a805bbcd147493750438ed6276
223+
google-adk==1.28.1 \
224+
--hash=sha256:76e6ec4a13f981bd9c2c7782e8b37b0e973b570b699b750a52444998e8886ced \
225+
--hash=sha256:ee7cdf90ba05737be3a2aa4867804324a02f2918bd810e746fe6416184e11511
225226
# via adk-sql-agent
226227
google-api-core==2.28.1 \
227228
--hash=sha256:2b405df02d68e68ce0fbc138559e6036559e685159d148ae5861013dc201baf8 \

0 commit comments

Comments
 (0)