diff --git a/pyproject.toml b/pyproject.toml index edebf81..0a51e2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "hatchling>=1.22.4,<1.28", - "pkginfo>=1.10,<1.12", + "pkginfo>=1.10,<1.13", ] build-backend = "hatchling.build"