Skip to content

Commit 0941425

Browse files
authored
Update faststream dependency version range to <0.7.0
Since Taskiq-faststream should officially support `faststream 0.6.0`, I'm hoping to update the dependencies here so that installation requirements are satisfiable.
1 parent 4cd38c6 commit 0941425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939

4040
dependencies = [
4141
"taskiq>=0.11.0,<0.12.0",
42-
"faststream>=0.3.14,<0.6.0",
42+
"faststream>=0.3.14,<0.7.0",
4343
]
4444

4545
[project.optional-dependencies]

0 commit comments

Comments
 (0)