Skip to content

Commit

Permalink
Add upper bound on pulp-cli 0.22
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Jan 23, 2024
1 parent 8670c76 commit 0c4863d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/+constraints.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add version constrains to the compatibility with `pulp-cli`.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
packages=plugin_packages,
package_data={package: ["py.typed"] for package in plugin_packages},
python_requires=">=3.6",
install_requires=["pulp-cli>=0.18.2", "pulp-glue-maven==0.3.0.dev"],
install_requires=["pulp-cli>=0.18.2,<0.23.0.dev0", "pulp-glue-maven==0.3.0.dev"],
entry_points={
"pulp_cli.plugins": [f"{name}={module}" for name, module in plugin_entry_points],
},
Expand Down

0 comments on commit 0c4863d

Please sign in to comment.