Skip to content

Commit 48b7304

Browse files
authored
chore: pin typer version, bump FastStream (#1947)
1 parent 63ca5aa commit 48b7304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

faststream/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Simple and fast framework to create message brokers based microservices."""
22

3-
__version__ = "0.5.30"
3+
__version__ = "0.5.31"
44

55
SERVICE_NAME = f"faststream-{__version__}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ redis = ["redis>=5.0.0,<6.0.0"]
7979
otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"]
8080

8181
cli = [
82-
"typer>=0.9,!=0.12,<1",
82+
"typer>=0.9,!=0.12,<=0.14",
8383
"watchfiles>=0.15.0,<1.1.0"
8484
]
8585

0 commit comments

Comments
 (0)