Hey, I was almost close to necro-bump #236 , but it seems this patch is not available on cleo-1.0.0a5 anymore. I discovered that while using a recent version of poetry:
$ poetry version --dry-run -s patch | head -n 1
0.1.1
[Errno 32] Broken pipe
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
Current version of cleo and potry (which use cleo):
$ poetry --version
Poetry (version 1.2.2)
$ pip freeze | grep cleo
cleo @ file:///~/.cache/pypoetry/artifacts/1c/64/4e/3535588c61539bf8675d193a6dca8b9541451019ae21fb31af535f0643/cleo-1.0.0a5-py3-none-any.whl
The git history of cleo is not very clear to me, I didn't really understood what happened between this PR, the main branch and the 1.0.0a5 tag. I also opened a bug in the poetry project #7014.
Hey, I was almost close to necro-bump #236 , but it seems this patch is not available on
cleo-1.0.0a5anymore. I discovered that while using a recent version of poetry:Current version of cleo and potry (which use cleo):
The git history of cleo is not very clear to me, I didn't really understood what happened between this PR, the
mainbranch and the1.0.0a5tag. I also opened a bug in the poetry project #7014.