From 5e49782c6cad6d3fa8c4d2d6188627d6f27d62d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:11:49 +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: [pydantic](https://github.com/pydantic/pydantic), [faststream](https://github.com/ag2ai/FastStream) and [click](https://github.com/pallets/click). Updates `pydantic` from 2.12.5 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.4) Updates `faststream` from 0.6.7 to 0.7.0 - [Release notes](https://github.com/ag2ai/FastStream/releases) - [Commits](https://github.com/ag2ai/FastStream/compare/0.6.7...0.7.0) Updates `click` from 8.3.1 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.1...8.4.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: faststream dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- sdk/poetry.lock | 13 +++++++------ sdk/pyproject.toml | 2 +- sdk/requirements.txt | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sdk/poetry.lock b/sdk/poetry.lock index 108453df..08b1b426 100644 --- a/sdk/poetry.lock +++ b/sdk/poetry.lock @@ -891,18 +891,18 @@ openai = ["openai (>=1.102.0)"] [[package]] name = "faststream" -version = "0.6.7" +version = "0.7.0" description = "FastStream: the simplest way to work with a messaging queues" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "faststream-0.6.7-py3-none-any.whl", hash = "sha256:a904a4b1e3babeaa244a9460821f5b05dd71b00c959c816360b2acbbe267cd5c"}, - {file = "faststream-0.6.7.tar.gz", hash = "sha256:c732eaf861c4cbddd9c7f9098608486a9f05dff67a72335686c3044039045346"}, + {file = "faststream-0.7.0-py3-none-any.whl", hash = "sha256:e3fddd25bc8ca6999ca97b017947d7951fa431d4b7f093f2c84f2bb19a36759b"}, + {file = "faststream-0.7.0.tar.gz", hash = "sha256:1841930d8189594e2058ba19670b17ad31295841f2cbc346f027b6084c807376"}, ] [package.dependencies] -aiokafka = {version = ">=0.9,<0.14", optional = true, markers = "extra == \"kafka\""} +aiokafka = {version = ">=0.9,<0.15", 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\""} @@ -911,7 +911,8 @@ typing-extensions = ">=4.12.0" [package.extras] 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.14)"] +kafka = ["aiokafka (>=0.9,<0.15)"] +mqtt = ["zmqtt (>=0.0.4)"] 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)"] @@ -3428,4 +3429,4 @@ otel = ["opentelemetry-api", "opentelemetry-exporter-otlp-proto-grpc", "opentele [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "d0675cb232828bedbe1bd0bdd5e3129a2f029fbcfc1f9b1009b1e5a586adb2e8" +content-hash = "b84e44cb18a510a62926e62aca93ccc89e22a436e40434ddf35131e4e63807a1" diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index fcc419d7..4f129ee5 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" pydantic = "^2.11.4" -faststream = {extras = ["kafka", "redis"], version = "^0.6.0"} +faststream = {extras = ["kafka", "redis"], version = ">=0.6,<0.8"} click = {version = "^8.0.0", optional = true} jinja2 = {version = "^3.1.6", optional = true} a2a-sdk = {version = "^0.3.0", optional = true} diff --git a/sdk/requirements.txt b/sdk/requirements.txt index 9cd390bf..ff7f42bf 100644 --- a/sdk/requirements.txt +++ b/sdk/requirements.txt @@ -1,4 +1,4 @@ faststream[kafka]==0.6.7 -pydantic==2.12.5 -click==8.3.1 +pydantic==2.13.4 +click==8.4.1 jinja2==3.1.6 \ No newline at end of file