Skip to content

Commit a318a7d

Browse files
committed
Upper bound constraint for boto due to aws/aws-cli#9214
1 parent 16bd9d6 commit a318a7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

construct.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ specs:
5858
- stomp.py >8
5959
# Middleware
6060
- apache-libcloud >=3.5.1
61-
- boto3 >=1.5.11
61+
# https://github.com/aws/aws-cli/issues/9214
62+
- boto3 <1.36
6263
- gfal2 >=2.20.5
6364
- gfal2-util >=1.7.1
6465
- fts3 >=3.12

0 commit comments

Comments
 (0)