This pack relies on a boto Python module that was archived on May 10, 2024:
It was replpaced with the newer boto3 module:
The version of boto installed by this pack does not support later versions of Python3 and is causing CI errors because Mapping was moved from collections to collections.abc in python 3.10. Perhaps it's time to deprecate this whole pack in favor of this newer one: https://github.com/StackStorm-Exchange/stackstorm-aws_boto3
This pack relies on a
botoPython module that was archived on May 10, 2024:It was replpaced with the newer
boto3module:The version of
botoinstalled by this pack does not support later versions of Python3 and is causing CI errors becauseMappingwas moved fromcollectionstocollections.abcin python 3.10. Perhaps it's time to deprecate this whole pack in favor of this newer one: https://github.com/StackStorm-Exchange/stackstorm-aws_boto3