From b78b7c6589a5b1d17f4757e2a54b76821d86ec8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:50:37 +0000 Subject: [PATCH] chore(deps)(deps): bump the production-minor-patch group across 1 directory with 3 updates Bumps the production-minor-patch group with 3 updates in the /sdk directory: [faststream](https://github.com/ag2ai/FastStream), [a2a-sdk](https://github.com/a2aproject/a2a-python) and [faststream[kafka]](https://github.com/ag2ai/FastStream). Updates `faststream` from 0.6.5 to 0.6.6 - [Release notes](https://github.com/ag2ai/FastStream/releases) - [Commits](https://github.com/ag2ai/FastStream/compare/0.6.5...0.6.6) Updates `a2a-sdk` from 0.3.22 to 0.3.24 - [Release notes](https://github.com/a2aproject/a2a-python/releases) - [Changelog](https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/a2aproject/a2a-python/compare/v0.3.22...v0.3.24) Updates `faststream[kafka]` from 0.6.5 to 0.6.6 - [Release notes](https://github.com/ag2ai/FastStream/releases) - [Commits](https://github.com/ag2ai/FastStream/compare/0.6.5...0.6.6) --- updated-dependencies: - dependency-name: faststream dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: a2a-sdk dependency-version: 0.3.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: faststream[kafka] dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- sdk/poetry.lock | 18 +++++++++--------- sdk/requirements.txt | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sdk/poetry.lock b/sdk/poetry.lock index 4c968a26..7c7dd946 100644 --- a/sdk/poetry.lock +++ b/sdk/poetry.lock @@ -2,15 +2,15 @@ [[package]] name = "a2a-sdk" -version = "0.3.22" +version = "0.3.24" description = "A2A Python SDK" optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"a2a\"" files = [ - {file = "a2a_sdk-0.3.22-py3-none-any.whl", hash = "sha256:b98701135bb90b0ff85d35f31533b6b7a299bf810658c1c65f3814a6c15ea385"}, - {file = "a2a_sdk-0.3.22.tar.gz", hash = "sha256:77a5694bfc4f26679c11b70c7f1062522206d430b34bc1215cfbb1eba67b7e7d"}, + {file = "a2a_sdk-0.3.24-py3-none-any.whl", hash = "sha256:7b248767096bb55311f57deebf6b767349388d94c1b376c60cb8f6b715e053f6"}, + {file = "a2a_sdk-0.3.24.tar.gz", hash = "sha256:3581e6e8a854cd725808f5732f90b7978e661b6d4e227a4755a8f063a3c1599d"}, ] [package.dependencies] @@ -890,27 +890,27 @@ openai = ["openai (>=1.102.0)"] [[package]] name = "faststream" -version = "0.6.5" +version = "0.6.6" description = "FastStream: the simplest way to work with a messaging queues" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "faststream-0.6.5-py3-none-any.whl", hash = "sha256:714b13b84cdbe2bdcf0b2b8a5e2b04648cb7683784a5297d445adfee9f2b4f7e"}, - {file = "faststream-0.6.5.tar.gz", hash = "sha256:ddef9e85631edf1aba87e81c8886067bd94ee752f41a09f1d1cd6f75f7e4fade"}, + {file = "faststream-0.6.6-py3-none-any.whl", hash = "sha256:4aca70628b526d8e27771f1f8edf9cd0a80a62f335a2721ddbbc863e6098f269"}, + {file = "faststream-0.6.6.tar.gz", hash = "sha256:de87502e22db0372131165221728c6993b29d42ba29aaaa0a27d1249803f2ddd"}, ] [package.dependencies] -aiokafka = {version = ">=0.9,<0.13", optional = true, markers = "extra == \"kafka\""} +aiokafka = {version = ">=0.9,<0.14", optional = true, markers = "extra == \"kafka\""} anyio = ">=4.0,<5" fast-depends = {version = ">=3.0.0", extras = ["pydantic"]} redis = {version = ">=5.0.0,<8.0.0", optional = true, markers = "extra == \"redis\""} typing-extensions = ">=4.12.0" [package.extras] -cli = ["typer (>=0.9,!=0.12,<=0.20.1)", "watchfiles (>=0.15.0,<1.2.0)"] +cli = ["typer (>=0.9,!=0.12,<=0.21.1)", "watchfiles (>=0.15.0,<1.2.0)"] confluent = ["confluent-kafka (>=2,!=2.8.1,<3) ; python_full_version < \"3.13.0\"", "confluent-kafka (>=2.6,!=2.8.1,<3) ; python_full_version >= \"3.13.0\""] -kafka = ["aiokafka (>=0.9,<0.13)"] +kafka = ["aiokafka (>=0.9,<0.14)"] nats = ["nats-py (>=2.12.0,<=3.0.0)"] otel = ["opentelemetry-sdk (>=1.24.0,<2.0.0)"] prometheus = ["prometheus-client (>=0.20.0,<0.30.0)"] diff --git a/sdk/requirements.txt b/sdk/requirements.txt index ed7d68e4..59f2e36d 100644 --- a/sdk/requirements.txt +++ b/sdk/requirements.txt @@ -1,4 +1,4 @@ -faststream[kafka]==0.6.5 +faststream[kafka]==0.6.6 pydantic==2.12.5 click==8.3.1 jinja2==3.1.6 \ No newline at end of file