Click version support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 141
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
In order to use Flask and tilesets-cli together as it stands we'd have to downgrade Flask from 3.x all the was down to 2.5, which would not be ideal:
flask 3.0.3 depends on click>=8.1.3
mapbox-tilesets 1.11.1 depends on click~=8.0.2
We had actually had mapbox-tilesets installed and working fine on >8.1.3 of click before trying to deploy and finding this conflict.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the dependency declarations for mapbox-tilesets and review the Click constraints described in the issue; done means Flask 3.x and mapbox-tilesets can resolve together with Click 8.1.3 or newer, without requiring a downgrade.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flask, python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100