diff --git a/pyproject.toml b/pyproject.toml index a55fe2ca9..e8886dccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "typing_extensions==4.11.*", "pathvalidate==3.2.*", "useful_types==0.2.*", - "packaging==24.1.*" + "packaging>=24.1,<25.1" ] requires-python = ">=3.8"