We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c9760 commit 136fa0dCopy full SHA for 136fa0d
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "stacks"
3
-version = "2.0.15"
+version = "2.0.16"
4
description = "Stacks, the Terraform code pre-processor"
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -12,7 +12,7 @@ dependencies = [
12
"importlib>=1.0.4",
13
"jinja2>=3.1.4",
14
"packaging>=24.2",
15
- "python-hcl2<6.0.0", # https://github.com/amplify-education/python-hcl2/issues/183
+ "python-hcl2>=7.2.1",
16
"pyyaml>=6.0.2",
17
]
18
0 commit comments