aws-samples / aws-samples/aws-sts-network-query-tool
Global issue affects script launch
Open
- Dominant language
- Python
- Stars
- 26
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
```shell from urllib3.util.ssl_ import (
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/opt/homebrew/lib/python3.11/site-packages/urllib3/util/ssl_.py)
```
https://github.com/psf/requests/issues/6443
Contributor guide
Research direction
Start by reproducing the script launch and inspecting the project's dependency declarations for the urllib3 and requests versions involved. Read the linked requests issue for context on the DEFAULT_CIPHERS import failure. Done means the tool launches without this ImportError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100