python-poetry / python-poetry/poetry-plugin-bundle
Dropped support for older Poetry versions should be a major version update
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 30
- Avg merge
- 48m
- Merged PRs (30d)
- 5
Description
Hey mate, we install the plugin via poetry self add poetry-plugin-bundle in a lot of Dockerfiles. This does no longer work since we are sticking to Poetry 1.8.x for now.
poetry self add "poetry-plugin-bundle@^1.0.0" fixes the installation error but for some reason poetry will try to install version 1.6.0 and just fail due to the poetry version constraints if the version specifier is ommitted.
In my opinion something as huge as dropping support for the longterm default version of poetry a mere six weeks after its release should lead to poetry-plugin-bundle 2.0.0.
That being said, thanks for the awesome plugin!
Contributor guide
No contributing guide indexed for this repository
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
The issue does not name a file, test, or entry point. Start by locating the project's version metadata and release configuration, then verify how Poetry compatibility constraints are declared; done means the dropped Poetry 1.8.x support is represented by a major plugin version and the documented installation behavior is consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- release
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100