Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "taskiq-faststream"
version = "0.3.0"
version = "0.3.1"
description = "FastStream - taskiq integration to schedule FastStream tasks"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -39,7 +39,7 @@ classifiers = [

dependencies = [
"taskiq>=0.11.0,<0.12.0",
"faststream>=0.3.14,<0.6.0",
"faststream>=0.3.14,<0.7",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -96,7 +96,7 @@ Tracker = "https://github.com/taskiq-python/taskiq-faststream/issues"
Source = "https://github.com/taskiq-python/taskiq-faststream"

[tool.mypy]
python_version = "3.9"
python_version = "3.10"
strict = true
ignore_missing_imports = true
allow_subclassing_any = true
Expand All @@ -114,7 +114,7 @@ known_third_party = ["faststream", "taskiq"]

[tool.ruff]
fix = true
target-version = "py39"
target-version = "py310"
line-length = 88

[tool.ruff.lint]
Expand Down
Loading