Skip to content

Commit c7b33e3

Browse files
committed
chore: update taskiq version and remove unused MANIFEST.in
1 parent 9f8001a commit c7b33e3

File tree

4 files changed

+674
-35
lines changed

4 files changed

+674
-35
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ repos:
1717
- id: check-toml
1818
- id: check-yaml
1919
- id: check-added-large-files
20+
exclude: uv.lock
2021
- id: end-of-file-fixer
2122

2223
- repo: https://github.com/crate-ci/typos

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ authors = [
3333
]
3434
requires-python = ">=3.10,<3.15"
3535
dependencies = [
36-
"taskiq>=0.11.18",
36+
"taskiq>=0.12.0",
3737
]
3838

3939
[project.urls]

0 commit comments

Comments
 (0)