Skip to content

Commit

Permalink
Merge branch 'release/0.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Jul 12, 2023
2 parents 5493645 + 6892cd4 commit cd4104f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <win10@list.ru>"]
maintainers = ["Pavel Kirilin <win10@list.ru>"]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cd4104f

Please sign in to comment.