Skip to content

Commit 93619fa

Browse files
Update pyproject
1 parent eaec6d9 commit 93619fa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskiq-faststream"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
description = "FastStream - taskiq integration to schedule FastStream tasks"
55
readme = "README.md"
66
license = "MIT"
@@ -40,7 +40,7 @@ classifiers = [
4040

4141

4242
dependencies = [
43-
"taskiq>=0.11.0,<0.12.0",
43+
"taskiq>=0.12.1,<0.13.0",
4444
"faststream>=0.3.14,<0.7",
4545
]
4646

@@ -65,6 +65,10 @@ redis = [
6565
"faststream[redis]"
6666
]
6767

68+
otel = [
69+
"taskiq[otel]>=0.12.1,<0.13.0"
70+
]
71+
6872
[dependency-groups]
6973
test = [
7074
"taskiq-faststream[nats]",

0 commit comments

Comments
 (0)