Skip to content

Commit 9932235

Browse files
pulpbotdaviddavis
authored andcommitted
Update CLI and GLUE
1 parent 9ad9c74 commit 9932235

3 files changed

Lines changed: 14 additions & 180 deletions

File tree

pulp-glue-workflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Typing :: Typed",
2323
]
2424
dependencies = [
25-
"pulp-glue>=0.23.1,<0.25",
25+
"pulp-glue<0.41,>=0.23.1",
2626
]
2727

2828
[project.urls]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers=[
2222
"Typing :: Typed",
2323
]
2424
dependencies = [
25-
"pulp-cli>=0.23.1,<0.25",
25+
"pulp-cli<0.41,>=0.23.1",
2626
"pulp-glue-workflow==0.0.1.dev0",
2727
]
2828

0 commit comments

Comments
 (0)