Skip to content

Commit b9f57ae

Browse files
authored
Update pyproject.toml
1 parent 435c7aa commit b9f57ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskiq-faststream"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "FastStream - taskiq integration to schedule FastStream tasks"
55
readme = "README.md"
66
authors = [
@@ -39,7 +39,7 @@ classifiers = [
3939

4040
dependencies = [
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"
9696
Source = "https://github.com/taskiq-python/taskiq-faststream"
9797

9898
[tool.mypy]
99-
python_version = "3.9"
99+
python_version = "3.10"
100100
strict = true
101101
ignore_missing_imports = true
102102
allow_subclassing_any = true
@@ -114,7 +114,7 @@ known_third_party = ["faststream", "taskiq"]
114114

115115
[tool.ruff]
116116
fix = true
117-
target-version = "py39"
117+
target-version = "py310"
118118
line-length = 88
119119

120120
[tool.ruff.lint]

0 commit comments

Comments
 (0)