Skip to content

Commit bcb37c9

Browse files
committed
Fixed taskiq version.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent ae0fb05 commit bcb37c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["taskiq", "tasks", "distributed", "async", "aio-pika"]
2020

2121
[tool.poetry.dependencies]
2222
python = "^3.7"
23-
taskiq = "^0"
23+
taskiq = ">=0.6.0,<1"
2424
aio-pika = "^9.0"
2525

2626
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)