Skip to content

Commit

Permalink
Set pulp-glue max version to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroTaufer committed Feb 5, 2024
1 parent 5fcae23 commit 67f3980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/module_utils/pulp_glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pulp_glue.common import __version__ as pulp_glue_version
from pulp_glue.common.context import PulpContext, PulpException, PulpNoWait

GLUE_VERSION_SPEC = ">=0.20.0,<0.22.0"
GLUE_VERSION_SPEC = ">=0.20.0,<=0.23.2"
if not SpecifierSet(GLUE_VERSION_SPEC).contains(pulp_glue_version):
raise ImportError(
f"Installed 'pulp-glue' version '{pulp_glue_version}' is not in '{GLUE_VERSION_SPEC}'."
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pulp-glue>=0.20.0,<0.22.0 # Keep this in sync with plugins/module_utils/pulp_glue.py
pulp-glue>=0.20.0,<=0.23.2 # Keep this in sync with plugins/module_utils/pulp_glue.py

ansible_runner<2.3; python_version < '3.7'
ansible_runner; python_version >= '3.7'
Expand Down

0 comments on commit 67f3980

Please sign in to comment.