From 23747849d0a5338195f6463dc65bf298b7d272ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 04:24:11 +0000 Subject: [PATCH] chore(deps): update taskiq requirement from >=0.11.0 to >=0.12.4 Updates the requirements on [taskiq](https://github.com/taskiq-python/taskiq) to permit the latest version. - [Release notes](https://github.com/taskiq-python/taskiq/releases) - [Commits](https://github.com/taskiq-python/taskiq/compare/0.11.0...0.12.4) --- updated-dependencies: - dependency-name: taskiq dependency-version: 0.12.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e19e48d..f0de7bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ openai>=1.14.0 sqlalchemy>=2.0.27 asyncpg>=0.29.0 alembic>=1.13.1 -taskiq[redis]>=0.11.0 +taskiq[redis]>=0.12.4 fluent.runtime>=0.4.0 \ No newline at end of file