Skip to content

Commit 4f2d390

Browse files
committed
Updated taskiq dependency.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 2c1a5f8 commit 4f2d390

File tree

2 files changed

+56
-60
lines changed

2 files changed

+56
-60
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "taskiq-redis"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
description = "Redis integration for taskiq"
55
authors = ["taskiq-team <[email protected]>"]
66
packages = [{ include = "taskiq", from = "taskiq_redis" }]
77

88
[tool.poetry.dependencies]
99
python = "^3.7"
10-
taskiq = { git = "https://github.com/taskiq-python/taskiq", branch = "master" }
10+
taskiq = "^0.0.1"
1111
redis = "4.3.4"
1212

1313
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)