Skip to content

Commit

Permalink
Merge branch 'release/0.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Mar 28, 2023
2 parents 391b564 + b580099 commit 04dd68d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taskiq"
version = "0.3.3"
version = "0.3.4"
description = "Distributed task queue with full async support"
authors = ["Pavel Kirilin <[email protected]>"]
maintainers = ["Pavel Kirilin <[email protected]>"]
Expand Down Expand Up @@ -32,8 +32,8 @@ pydantic = "^1.6.2"
pyzmq = { version = "^23.2.0", optional = true }
uvloop = { version = ">=0.16.0,<1", optional = true }
watchdog = "^2.1.9"
gitignore-parser = "^0.1.0"
importlib-metadata = "<4.3"
gitignore-parser = "^0"
importlib-metadata = "*"
pycron = "^3.0.0"
taskiq_dependencies = "^1"

Expand Down

0 comments on commit 04dd68d

Please sign in to comment.