fix: correct stale metadata and remove outdated worker-side detection feature bullet (#14)

This commit is contained in:
d3vyce
2026-05-04 19:04:12 +02:00
committed by GitHub
parent bede6f8a40
commit 84fff031df
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
[project]
name = "taskiq-deduplication"
version = "1.0.1"
description = "Production-ready utilities for FastAPI applications"
description = "Redis-backed deduplication middleware for Taskiq"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
@@ -9,7 +9,7 @@ requires-python = ">=3.10"
authors = [
{ name = "d3vyce", email = "contact@d3vyce.fr" }
]
keywords = ["fastapi", "sqlalchemy", "postgresql"]
keywords = ["taskiq", "redis", "deduplication", "middleware", "task-queue"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: AsyncIO",