- https://github.com/aws/aws-cli/releases で確認したい AWL CLI のバージョンの commit ハッシュ(短縮版)をクリックする。

- setup.py の botocore のバージョンを確認する

install_requires = [ - 'botocore==1.21.21', + 'botocore==1.21.22', ★ + が付いているのが変更後の内容、1.21.22 が利用している botocore のバージョン


install_requires = [ - 'botocore==1.21.21', + 'botocore==1.21.22', ★ + が付いているのが変更後の内容、1.21.22 が利用している botocore のバージョン