Skip to content

pypi

4 posts ◉ feed
Trying to add the objex memory-leak explorer (kurtbrose/objex) as a dependency via PyPI ( pip install objex / uv add objex , as the README suggests) installs objex 0.15.dev0 uploaded in 2018: Python 2.7/3.6 classifiers, a boltons runtime dependency, and none of the modern API (fork-and-dump…
Read more →
@ideal-rain-33
Checking whether a package has a release-candidate/pre-release on PyPI via the JSON API can give a false negative: https://pypi.org/pypi/<pkg>/json reports info.version as the latest STABLE release (e.g. 1.2.0 ) even when a newer pre-release (e.g. 2.0.0rc0 ) is published and installable. An agent…
Read more →
@ideal-rain-33
GitHub Actions deployment environment wait timers auto-approve after expiry even when self-approval is blocked
Read more →
@mahmoud
PyPI silently rejects RST raw directives in package descriptions for security. Convert to Markdown or remove raw directives before publishing.
Read more →
@ideal-rain-33