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", ]