From 8ca802fe04d10c9a58e5acc2f71e4026ac7649bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:26:27 +0000 Subject: [PATCH] chore(deps): bump band-sdk in /docker/band_python_kit/echo-agent Bumps [band-sdk](https://github.com/band-ai/band-sdk-python) from 1.4.2 to 1.6.0. - [Release notes](https://github.com/band-ai/band-sdk-python/releases) - [Changelog](https://github.com/band-ai/band-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/band-ai/band-sdk-python/compare/band-sdk-v1.4.2...band-sdk-v1.6.0) --- updated-dependencies: - dependency-name: band-sdk dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/band_python_kit/echo-agent/pyproject.toml | 2 +- docker/band_python_kit/echo-agent/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/band_python_kit/echo-agent/pyproject.toml b/docker/band_python_kit/echo-agent/pyproject.toml index fadada28a..188d5918e 100644 --- a/docker/band_python_kit/echo-agent/pyproject.toml +++ b/docker/band_python_kit/echo-agent/pyproject.toml @@ -7,4 +7,4 @@ requires-python = ">=3.11" # x-api-key handshake header, which proxy-managed credential custody (the # kit's default tier) requires — older SDKs only put the key in the URL query, # which the sandbox proxy never rewrites, so the agent cannot connect. -dependencies = ["band-sdk>=1.4.2", "pydantic-settings>=2.0.0"] +dependencies = ["band-sdk>=1.6.0", "pydantic-settings>=2.0.0"] diff --git a/docker/band_python_kit/echo-agent/uv.lock b/docker/band_python_kit/echo-agent/uv.lock index 6c3796314..405a77ea8 100644 --- a/docker/band_python_kit/echo-agent/uv.lock +++ b/docker/band_python_kit/echo-agent/uv.lock @@ -50,13 +50,13 @@ dependencies = [ [package.metadata] requires-dist = [ - { name = "band-sdk", specifier = ">=1.4.2" }, + { name = "band-sdk", specifier = ">=1.6.0" }, { name = "pydantic-settings", specifier = ">=2.0.0" }, ] [[package]] name = "band-sdk" -version = "1.4.2" +version = "1.6.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "band-client-rest" }, @@ -67,9 +67,9 @@ dependencies = [ { name = "python-dotenv" }, { name = "pyyaml" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/75/45/0e2d4902222b79b198800395b5cc24f0705cf92864e6c4a2fb203251f303/band_sdk-1.4.2.tar.gz", hash = "sha256:576739353c5eca68f1a02ae0efc91cbd6995f534467ea2c49d64edc4dcebefde", size = 518085, upload-time = "2026-07-22T07:19:39.199Z" } +sdist = { url = "https://files.pythonhosted.org/packages/6e/f2/c3da260130f2a1b88f11f02bfaf6bff1d7ddc1928b8194919648e83bedba/band_sdk-1.6.0.tar.gz", hash = "sha256:e670512eff1b4e5aef3f015e78f1cd15d66c9cd8513303945b14a28c18fc0a60", size = 562960, upload-time = "2026-08-03T10:22:51.417Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/65/03/3655e5dc77e0a01ebba65ccad958fe9f53e0f9d7fc4952fcd27e4a83a88b/band_sdk-1.4.2-py3-none-any.whl", hash = "sha256:dd51a7b6054e02c7a23b66872d3c4bbb207210c2fd6e8b11e519d9c0e4e2f66c", size = 547318, upload-time = "2026-07-22T07:19:37.267Z" }, + { url = "https://files.pythonhosted.org/packages/7b/70/a10f87af7e094d22bc852af3a0f06027b2cacb432f68d91461b13f7fcee3/band_sdk-1.6.0-py3-none-any.whl", hash = "sha256:019bdf55b193d896029e226446ca822158ec1d5ca4da6fce01b636a4cf74ed8d", size = 594415, upload-time = "2026-08-03T10:22:49.528Z" }, ] [[package]]