From 2810cf67f25a4aba5e39b33efd26da0c0ed525d5 Mon Sep 17 00:00:00 2001 From: Georgii Imeshkenov Date: Thu, 7 Aug 2025 12:55:04 +0300 Subject: [PATCH 1/2] adding py.typed to respect type checkers; --- taskiq_psqlpy/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 taskiq_psqlpy/py.typed diff --git a/taskiq_psqlpy/py.typed b/taskiq_psqlpy/py.typed new file mode 100644 index 0000000..e69de29 From a22968f3e06a0ba76dd0bd77cadd7ffd1a42b0f5 Mon Sep 17 00:00:00 2001 From: Georgii Imeshkenov Date: Thu, 7 Aug 2025 12:57:00 +0300 Subject: [PATCH 2/2] bump version; --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24bb185..14128ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq-psqlpy" -version = "0.1.7" +version = "0.1.8" description = "PSQLPy and PostgreSQL integration for taskiq" authors = ["taskiq-team "] readme = "README.md"