diff --git a/pyproject.toml b/pyproject.toml index ed4c015..e8f3430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pre-commit = "^3.5.0" pytest = "^7.4.3" apache-airflow = "^2.7.3" m2r2 = "^0.3.3.post2" -twine = "^4.0.2" +twine = ">=4.0.2,<6.0.0" [tool.poetry.scripts] airflow-helper = 'airflow_helper.cli:cli'