nccgroup / PMapper

A tool for quickly evaluating IAM permissions in AWS.
GNU Affero General Public License v3.0
1.37k stars 169 forks source link

Update case_insensitive_dict.py #139

Open mosesrenegade opened 8 months ago

mosesrenegade commented 8 months ago

Please note that there is a change to the collections module in Python 3.10. This fixes the modules for Python 3.10. It may however break older builds of python3, unsure how to resolve that particular issue.

juneeighteen commented 5 months ago

+1 Running into this issue myself.

tomtastic commented 4 months ago

Resolves this issue for me when using Python3.11 also.