We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaec6d9 commit 93619faCopy full SHA for 93619fa
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "taskiq-faststream"
3
-version = "0.3.2"
+version = "0.4.0"
4
description = "FastStream - taskiq integration to schedule FastStream tasks"
5
readme = "README.md"
6
license = "MIT"
@@ -40,7 +40,7 @@ classifiers = [
40
41
42
dependencies = [
43
- "taskiq>=0.11.0,<0.12.0",
+ "taskiq>=0.12.1,<0.13.0",
44
"faststream>=0.3.14,<0.7",
45
]
46
@@ -65,6 +65,10 @@ redis = [
65
"faststream[redis]"
66
67
68
+otel = [
69
+ "taskiq[otel]>=0.12.1,<0.13.0"
70
+]
71
+
72
[dependency-groups]
73
test = [
74
"taskiq-faststream[nats]",
0 commit comments