From b707cd14d6a3380613d1e2ad8368a7a1bb4efda3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:09:04 +0000 Subject: [PATCH] chore(deps): Bump faststream from 0.6.7 to 0.7.1 Bumps [faststream](https://github.com/ag2ai/FastStream) from 0.6.7 to 0.7.1. - [Release notes](https://github.com/ag2ai/FastStream/releases) - [Commits](https://github.com/ag2ai/FastStream/compare/0.6.7...0.7.1) --- updated-dependencies: - dependency-name: faststream dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdfed36..e066575 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{ name = "Hasan Sezer Taşan", email = "hasansezertasan@gmail.com" }] requires-python = ">=3.14" dependencies = [ "fastapi[standard]==0.136.1", - "faststream[rabbit]==0.6.7", + "faststream[rabbit]==0.7.1", "python-escpos==3.1", ]