fix: update python-helpers dependency to version 1.0.0

This commit is contained in:
2026-09-06 21:25:40 +02:00
parent e9da48d322
commit 1eabc8e5b8
+1 -1
View File
@@ -10,7 +10,7 @@ readme = "README.md"
license = "MIT" license = "MIT"
license-files = ["LICENSE"] license-files = ["LICENSE"]
requires-python = ">=3.9" 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] [project.scripts]
miab = "mailinabox.cli.miab:main" miab = "mailinabox.cli.miab:main"