indico / indico/flask-multipass
Hardcoded exact version of hatchling prevents builds on systems with newer hatchling
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 65
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Hardcoded exact version of hatchling
requires = ['hatchling==1.28.0']
prevents builds on systems with newer hatchling
@ThiefMaster
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the build configuration containing `requires = ['hatchling==1.28.0']` and inspect how the Hatchling requirement is constrained. Run the project build before and after the change; done means builds are no longer blocked when a newer Hatchling is installed.
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
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 74/100