-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Hi,
I'm dealing with #4523 across quite a few poetry projects. The problem appeared to be some regression between poetry-core 1.0.4 and 1.0.5. Pinning the poetry client's poetry-core==1.0.4 seems to work in the short-term, but I'm not crazy about the hack/patch.
poetry itself depends on poetry-core^1.1.0a6, which was released on July 30th, 2021, when the latest 1.0.x release was 1.0.3 on April 2021. Since then, the 1.0.x releases have seen updates up to 1.0.7, notably where 1.0.6 claims to have fixed this (via #207).
Line 37 in e123518
| poetry-core = "^1.1.0a6" |
My question is: would it be possible to release 1.1.0a7 that includes the recent updates to the 1.0.x releases so that poetry is installed with a version of poetry-core that addresses this issue?
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.