Skip to content

Commit

Permalink
chore: pin typer version, bump FastStream (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik authored Nov 29, 2024
1 parent 63ca5aa commit 48b7304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion faststream/__about__.py
Original file line number Diff line number Diff line change
@@ -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__}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

Expand Down

0 comments on commit 48b7304

Please sign in to comment.