Skip to content

Commit cd4104f

Browse files
committed
Merge branch 'release/0.8.2'
2 parents 5493645 + 6892cd4 commit cd4104f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taskiq"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Distributed task queue with full async support"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
maintainers = ["Pavel Kirilin <[email protected]>"]
@@ -33,6 +33,7 @@ importlib-metadata = "*"
3333
pycron = "^3.0.0"
3434
taskiq_dependencies = "^1"
3535
anyio = "^3"
36+
packaging = ">=19"
3637
# For prometheus metrics
3738
prometheus_client = { version = "^0", optional = true }
3839
# For ZMQBroker

0 commit comments

Comments
 (0)