Skip to content

Commit

Permalink
[Resolve #1503] Dependency conflict with packaging (#1504)
Browse files Browse the repository at this point in the history
* [Resolve #1503] Dependency conflict with packaging

This restores the flexible constraints on packaging, allowing >=16.8 for
compatibility with many old tools in the Sceptre ecosystem.
  • Loading branch information
alex-harvey-z3q authored Aug 28, 2024
1 parent 12c55e9 commit 81a2ae1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
46 changes: 25 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ deprecation = "^2.0"
jinja2 = "^3.0"
jsonschema = "~3.2"
networkx = "~2.6"
packaging = "^24.1"
packaging = ">=16.8,<25.0" # Some old tools in the Sceptre ecosystem pin packaging to 16.8.
pyyaml = "^6.0"
sceptre-cmd-resolver = "^2.0"
sceptre-file-resolver = "^1.0"
Expand Down

0 comments on commit 81a2ae1

Please sign in to comment.