Skip to content

Commit f9cc8b1

Browse files
CoreyHaywardCorey Hayward
andauthored
pinned dependencies to current working versions (#86)
Co-authored-by: Corey Hayward <corey.h@artlist.io>
1 parent 72f5a2a commit f9cc8b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ ADDITIONAL_TF_OVERRIDE_LOCATIONS=/path/to/module1,path/to/module2 tflocal plan
7777

7878
## Change Log
7979

80+
* v0.24.1: Exclude broken `python-hcl2` version from requirements
8081
* v0.24.0: Add support to return `terraform-local` version when calling `tflocal -version` and fix AWS provider detection
8182
* v0.23.1: Fix endpoint overrides for Terraform AWS provider >= 6.0.0-beta2
8283
* v0.23.0: Add support for `terraform_remote_state` with `s3` backend to read the state stored in local S3 backend; fix S3 backend config detection with multiple Terraform blocks

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = terraform-local
3-
version = 0.24.0
3+
version = 0.24.1
44
url = https://github.com/localstack/terraform-local
55
author = LocalStack Team
66
author_email = info@localstack.cloud
@@ -28,7 +28,7 @@ packages = find:
2828

2929
install_requires =
3030
localstack-client
31-
python-hcl2
31+
python-hcl2!=7.3.0
3232
packaging
3333

3434
[options.extras_require]

0 commit comments

Comments
 (0)