Skip to content

Commit 19f943c

Browse files
committed
Fix PyPI HCL version issues
- Pin python-hcl2==4.3.0 to prevent breaking changes from v7.3.1 - Update requirements.txt to match pyproject.toml dependencies
1 parent c5d4d54 commit 19f943c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "terravision"
7-
version = "0.9.8"
7+
version = "0.9.9"
88
description = "Terraform Architecture Visualizer"
99
readme = "README.md"
1010
authors = [{ name = "Patrick Chugh", email = "terravisionapp@gmail.com" }]
@@ -30,7 +30,7 @@ terravision = "terravision:main"
3030

3131
[tool.poetry]
3232
name = "terravision"
33-
version = "0.9.8"
33+
version = "0.9.9"
3434
description = "Terraform Architecture Visualizer"
3535
authors = ["Patrick Chugh <terravisionapp@gmail.com>"]
3636
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)