Skip to content

Commit 0209e35

Browse files
committed
Requires at least cloudformation-cli 0.2.26
1 parent 6742c16 commit 0209e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def find_version(*file_paths):
3737
include_package_data=True,
3838
zip_safe=True,
3939
python_requires=">=3.6",
40-
install_requires=["cloudformation-cli>=0.2.23", "types-dataclasses>=0.1.5"],
40+
install_requires=["cloudformation-cli>=0.2.26", "types-dataclasses>=0.1.5"],
4141
entry_points={
4242
"rpdk.v1.languages": [
4343
"python39 = rpdk.python.codegen:Python39LanguagePlugin",

0 commit comments

Comments
 (0)