File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " taskiq-faststream"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " FastStream - taskiq integration to schedule FastStream tasks"
55readme = " README.md"
66authors = [
@@ -39,7 +39,7 @@ classifiers = [
3939
4040dependencies = [
4141 " taskiq>=0.11.0,<0.12.0" ,
42- " faststream>=0.3.14,<=0.6.0 " ,
42+ " faststream>=0.3.14,<0.7 " ,
4343]
4444
4545[project .optional-dependencies ]
@@ -96,7 +96,7 @@ Tracker = "https://github.com/taskiq-python/taskiq-faststream/issues"
9696Source = " https://github.com/taskiq-python/taskiq-faststream"
9797
9898[tool .mypy ]
99- python_version = " 3.9 "
99+ python_version = " 3.10 "
100100strict = true
101101ignore_missing_imports = true
102102allow_subclassing_any = true
@@ -114,7 +114,7 @@ known_third_party = ["faststream", "taskiq"]
114114
115115[tool .ruff ]
116116fix = true
117- target-version = " py39 "
117+ target-version = " py310 "
118118line-length = 88
119119
120120[tool .ruff .lint ]
You can’t perform that action at this time.
0 commit comments