Skip to content

Commit

Permalink
unpin boto dependency in setup
Browse files Browse the repository at this point in the history
Signed-off-by: ZF Deng <[email protected]>
  • Loading branch information
ZF Deng committed Dec 22, 2021
1 parent b8daefa commit aa3245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
]

AWS_REQUIRED = [
"boto3==1.17.*",
"boto3>=1.17.0",
"docker>=5.0.2",
]

Expand Down

0 comments on commit aa3245c

Please sign in to comment.