Skip to content

Commit 04dd68d

Browse files
committed
Merge branch 'release/0.3.4'
2 parents 391b564 + b580099 commit 04dd68d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taskiq"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "Distributed task queue with full async support"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
maintainers = ["Pavel Kirilin <[email protected]>"]
@@ -32,8 +32,8 @@ pydantic = "^1.6.2"
3232
pyzmq = { version = "^23.2.0", optional = true }
3333
uvloop = { version = ">=0.16.0,<1", optional = true }
3434
watchdog = "^2.1.9"
35-
gitignore-parser = "^0.1.0"
36-
importlib-metadata = "<4.3"
35+
gitignore-parser = "^0"
36+
importlib-metadata = "*"
3737
pycron = "^3.0.0"
3838
taskiq_dependencies = "^1"
3939

0 commit comments

Comments
 (0)