diff --git a/pulp-glue-gem/pyproject.toml b/pulp-glue-gem/pyproject.toml index 2bc6b01..b4d17df 100644 --- a/pulp-glue-gem/pyproject.toml +++ b/pulp-glue-gem/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pulp-glue>=0.23.1,<0.35", + "pulp-glue<0.37,>=0.23.1", ] [project.urls] diff --git a/pyproject.toml b/pyproject.toml index c9ad399..3a04c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ "Typing :: Typed", ] dependencies = [ - "pulp-cli>=0.23.1,<0.35", + "pulp-cli<0.37,>=0.23.1", "pulp-glue-gem==0.6.0.dev", ]