Skip to content

Commit

Permalink
Bump faststream minimum version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Sep 27, 2023
1 parent b54b74a commit d5a24c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "app"
version = "0.0.1"

dependencies = [
"faststream[kafka, docs]>=0.1.3",
"faststream[kafka, docs]>=0.1.5",
]

[project.optional-dependencies]
Expand All @@ -26,7 +26,7 @@ static-analysis = [
]

testing = [
"faststream[kafka, testing]>=0.1.3",
"faststream[kafka, testing]>=0.1.5",
]

dev = ["app[lint,static-analysis,testing]"]
Expand Down

0 comments on commit d5a24c9

Please sign in to comment.