We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3699890 commit 96be5b6Copy full SHA for 96be5b6
awsbatch-cli/setup.py
@@ -22,7 +22,7 @@ def readme():
22
23
VERSION = "1.3.0"
24
REQUIRES = [
25
- "setuptools",
+ "setuptools<70.0.0",
26
"boto3>=1.16.14",
27
"tabulate>=0.8.8,<=0.8.10",
28
]
cli/setup.py
@@ -23,7 +23,7 @@ def readme():
VERSION = "3.9.1"
CDK_VERSION = "1.164"
29
"PyYAML>=5.3.1,!=5.4",
0 commit comments