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 cc0336e commit 367f5b4Copy full SHA for 367f5b4
awsbatch-cli/setup.py
@@ -22,7 +22,7 @@ def readme():
22
23
VERSION = "1.4.0"
24
REQUIRES = [
25
- "setuptools<70.0.0",
+ "setuptools",
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.11.1"
CDK_VERSION = "1.164"
29
"PyYAML>=5.3.1,!=5.4",
cloudformation/external-slurmdbd/requirements.txt
@@ -1,3 +1,3 @@
1
-setuptools<70.0.0
+setuptools
2
aws-cdk-lib~=2.105
3
constructs>=10.0.0,<11.0.0
0 commit comments