From 1eabc8e5b8007fc8147424ffd0fb41a6a14024ce Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sun, 6 Sep 2026 21:25:40 +0200 Subject: [PATCH] fix: update python-helpers dependency to version 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac1a086..c48739b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" license = "MIT" license-files = ["LICENSE"] requires-python = ">=3.9" -dependencies = ["python-helpers @ git+https://gitea.koszewscy.waw.pl/koszewscy/python-helpers.git@main"] +dependencies = ["python-helpers @ git+https://gitea.koszewscy.waw.pl/koszewscy/python-helpers.git@1.0.0"] [project.scripts] miab = "mailinabox.cli.miab:main"