diff --git a/pyproject.toml b/pyproject.toml index bec5edd..3cfdd7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["privacy"] classifiers = ["Programming Language :: Python :: 3"] dependencies = [ - "pip~=25.2", + "pip>=25.2,<27.0", "pyyaml~=6.0.2", "pydantic~=2.11.7" ] diff --git a/requirements.txt b/requirements.txt index 6b1f073..49b25f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pip~=25.2 +pip>=25.2,<27.0 pyyaml~=6.0.2 \ No newline at end of file