From 1f150478f04c47b613975ee692fd7e213fc9e346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:10:30 +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.5.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.5.0) --- updated-dependencies: - dependency-name: band-sdk dependency-version: 1.5.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..deca8dfac 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.5.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..bfe324786 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.5.0" }, { name = "pydantic-settings", specifier = ">=2.0.0" }, ] [[package]] name = "band-sdk" -version = "1.4.2" +version = "1.5.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/de/31/eda22a04e3536774dcb14f4aa5827fcc40a4e861ab9d389904c3b8f88777/band_sdk-1.5.0.tar.gz", hash = "sha256:cbc34efd7a97b8314d05050e4a16767153e82e5fe8c25b0b18c7109c8eb7b06e", size = 533340, upload-time = "2026-07-28T11:47:05.494Z" } 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/59/d8/59a9c9b808ab145550aaeae2ce5dd6b6e5329cb5a186ce577c038ab4c3ea/band_sdk-1.5.0-py3-none-any.whl", hash = "sha256:4a4244f76d5b3fe4b918c1179444563e4d22d465f2b89e991b5157c83c174649", size = 561411, upload-time = "2026-07-28T11:47:03.696Z" }, ] [[package]]