Skip to content

Commit f7249d1

Browse files
author
John Tompkins
authored
Loosen requirements on cloudformation-cli (#182)
1 parent 97c6315 commit f7249d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/rpdk/go/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
22

3-
__version__ = "2.0.3"
3+
__version__ = "2.0.4"
44

55
logging.getLogger(__name__).addHandler(logging.NullHandler())

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def find_version(*file_paths):
3636
# package_data -> use MANIFEST.in instead
3737
include_package_data=True,
3838
zip_safe=True,
39-
install_requires=["cloudformation-cli>=0.1.2,<0.2", "semver>=2.9.0"],
39+
install_requires=["cloudformation-cli>=0.1.14", "semver>=2.9.0"],
4040
python_requires=">=3.6",
4141
entry_points={
4242
"rpdk.v1.languages": ["go = rpdk.go.codegen:GoLanguagePlugin"],

0 commit comments

Comments
 (0)