Closed neersighted closed 2 years ago
PTAL @radoering @dimbleby
$ curl -s https://pypi.org/simple/traitlets/ | grep 5.2.2.post0
<a href="https://files.pythonhosted.org/packages/30/b6/43f78c203f11e7ce353ca7ca326332f8c020863b7904cc8aedea5a415f90/traitlets-5.2.2.post0-py3-none-any.whl#sha256=7109d1daa09aaf3aefd823eadde1d81508d039c74d9bed6b1812c58bea0cfe20" data-requires-python=">=3.7" >traitlets-5.2.2.post0-py3-none-any.whl</a><br />
ie pypi reports that it exists...
which is to say that I think you'll want to report this as a pypi bug
Updating with pertinent info from the Reporting bugs guidelines
commitizen
GitHub Actions CI workflow pythonpackage.yml
ubuntu-latest
, macos-latest
, windows-latest
ie pypi reports that it exists...
@dimbleby Interesting. Linking traitlets
Issue #729 in case there is some overlap.
@dimbleby Why is poetry
attempting to resolve 5.2.2.post0
when the latest release is 5.4.0
?
Until PyPI
responds back, are there any quick/temporary fixes to this issue?
Presumably traitlets is a transient dependency. Add an explicit dependency on the version you want to force.
I suspect that the authors of traitlets did some slightly risky stuff (like deleting a release immediately after upload) and are running into a variant of https://github.com/pypi/warehouse/issues/12214.
Presumably traitlets is a transient dependency.
Yes, you are correct. commitizen
depends on ipython
, which depends on traitlets
.
Add an explicit dependency on the version you want to force.
Good point, that would be the "quick" fix.
I suspect that the authors of traitlets did some slightly risky stuff (like deleting a release immediately after upload) and are running into a variant of pypi/warehouse#12214.
Interesting, thanks for this! I'll take a look to understand more.
This turned out to be an upload with mismatched metadata and filenames. It was resolved through a yank.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Discussed in https://github.com/orgs/python-poetry/discussions/6825