Skip to content

Commit 0dee229

Browse files
committed
Fixed version of taskiq-dependencies.
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent 01b9adc commit 0dee229

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 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
@@ -26,7 +26,7 @@ homepage = "https://github.com/taskiq-python/aiohttp-deps"
2626
[tool.poetry.dependencies]
2727
python = "^3.8.1"
2828
aiohttp = "^3"
29-
taskiq-dependencies = "^1"
29+
taskiq-dependencies = ">=1.3.1,<2"
3030
pydantic = "^2"
3131
deepmerge = "^1.1.0"
3232

0 commit comments

Comments
 (0)