feat: allow pydantic RedisDsn in addition to str for redis_url (#62)

This commit is contained in:
d3vyce
2026-06-26 20:59:23 +02:00
committed by GitHub
parent 58c520c33a
commit e45aa8f977
5 changed files with 21 additions and 4 deletions
+1
View File
@@ -27,6 +27,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"pydantic>=2.0.0",
"redis>=7.0.0",
"taskiq>=0.12.0",
]