awslabs / awslabs/speke-reference-server
Project now building due to dependency on older requests module
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 124
- Forks
- 50
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 1
Description
When building the project the following error is being raise:
ERROR: requests 2.23.0 has requirement urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1, but you'll have urllib3 1.26.5 which is incompatible.
Updating requirements.txt to use requests 2.25.1 seems to work.
Contributor guide
Research direction
Open requirements.txt and inspect the pinned requests version alongside the urllib3 constraint shown in the build error. Update the dependency as described, then rebuild the project to confirm the incompatibility is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100