Skip to content

Commit 367f5b4

Browse files
hanwen-clustergmarciani
authored andcommitted
Revert "Pin setuptools version to be less than 70.0.0"
This reverts commit 69c1169.
1 parent cc0336e commit 367f5b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

awsbatch-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def readme():
2222

2323
VERSION = "1.4.0"
2424
REQUIRES = [
25-
"setuptools<70.0.0",
25+
"setuptools",
2626
"boto3>=1.16.14",
2727
"tabulate>=0.8.8,<=0.8.10",
2828
]

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def readme():
2323
VERSION = "3.11.1"
2424
CDK_VERSION = "1.164"
2525
REQUIRES = [
26-
"setuptools<70.0.0",
26+
"setuptools",
2727
"boto3>=1.16.14",
2828
"tabulate>=0.8.8,<=0.8.10",
2929
"PyYAML>=5.3.1,!=5.4",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
setuptools<70.0.0
1+
setuptools
22
aws-cdk-lib~=2.105
33
constructs>=10.0.0,<11.0.0

0 commit comments

Comments
 (0)