diff --git a/poetry.lock b/poetry.lock index ec0f2f9b..0a8ace20 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1874,4 +1874,4 @@ zmq = ["pyzmq"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "632ed4d2876a4de4ee58768467321319ccd474037c411411146c9e997fcf8597" +content-hash = "4626f369650cd610e5d925465ab6603dd310acc20bdf184e26e4442f017a4ac9" diff --git a/pyproject.toml b/pyproject.toml index 9202b016..676badd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq" -version = "0.8.1" +version = "0.8.2" description = "Distributed task queue with full async support" authors = ["Pavel Kirilin "] maintainers = ["Pavel Kirilin "] @@ -33,6 +33,7 @@ importlib-metadata = "*" pycron = "^3.0.0" taskiq_dependencies = "^1" anyio = "^3" +packaging = ">=19" # For prometheus metrics prometheus_client = { version = "^0", optional = true } # For ZMQBroker