--- pyproject.toml.orig 2025-02-07 18:12:15 +++ pyproject.toml 2025-02-07 18:12:40 @@ -1,9 +1,9 @@ [build-system] requires = [ - "hatchling==1.26.1", - "hatch-vcs==0.4.0", - "hatch-fancy-pypi-readme==24.1.0" + "hatchling>=1.26.1", + "hatch-vcs>=0.4.0", + "hatch-fancy-pypi-readme>=24.1.0" ] build-backend = "hatchling.build"