From 48b7304e08a3411abe1c54d23115ac3e01007a3a Mon Sep 17 00:00:00 2001 From: Pastukhov Nikita <nikita@pastukhov-dev.ru> Date: Fri, 29 Nov 2024 19:24:24 +0300 Subject: [PATCH] chore: pin typer version, bump FastStream (#1947) --- faststream/__about__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/faststream/__about__.py b/faststream/__about__.py index b817eed0eb..dd7f6b0de2 100644 --- a/faststream/__about__.py +++ b/faststream/__about__.py @@ -1,5 +1,5 @@ """Simple and fast framework to create message brokers based microservices.""" -__version__ = "0.5.30" +__version__ = "0.5.31" SERVICE_NAME = f"faststream-{__version__}" diff --git a/pyproject.toml b/pyproject.toml index 4541e6f5b7..460dd3694e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ redis = ["redis>=5.0.0,<6.0.0"] otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"] cli = [ - "typer>=0.9,!=0.12,<1", + "typer>=0.9,!=0.12,<=0.14", "watchfiles>=0.15.0,<1.1.0" ]