-
Notifications
You must be signed in to change notification settings - Fork 995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stale data on https://pypi.org/pypi/{package}/json endpoint #11939
Comments
Maybe that cause python-poetry/poetry#3543 ? I just release PyInventory v0.14.0 it's public: But the JSON api still expose the older v0.13.1: https://pypi.org/pypi/pyinventory/json |
I have exactly the same problem with version 0.7.1 and 0.7.2 of https://pypi.org/project/deluge-card. 0.7.2 was released about 15 hours ago. https://pypi.org/project/deluge-card/json returns >>>
and yet the HTML view is up to date at 0.7.2 Poetry (even the preview version 1.20b3) cannot find/install 0.7.1 or 0.7.2, but pip3 can. UPDATE: @ approx t+24hrs
To the warehouse team: first) thank you! and second) there were no notices or comms about this issue that I could find on pypi.org (or anywhere for that matter) - and no evidence that anyone was looking at it (no-one assigned, no on the team commenting). It'd be good to share with the community that something's wrong and you're aware of it. Also I'd like to know if it's now typical that package updates take up to 24hrs to propagate fully, or if something has been or is being fixed. |
Also happened e.g. to Sphinx 5.1.0. |
We're seeing a big wave of reports from Poetry users -- can anyone from the Warehouse team chime in with a likely root cause or timeline? |
This is due to #11949, we are working on a fix. |
Is this released yet? Still cannot install updated versions. Any timeline on release? Looks like relevant PRs have been merged? |
It should be live now, but it will take some time for the old cached objects to cycle through. |
We just manually purged all projects that had stale JSON pages, this should work as expected now. |
Hey @di , I am still having trouble with
|
hi @vwxyzjn, we only initially purged the main JSON URLS, but are issuing purges for the versioned endpoints for all projects who had any releases or release file uploads during the impacted period. you should see resolution for the URLS noted shortly. |
Thank you! I can confirm it works now :) |
Hi, not sure if this is the right place to report, or if you want me to open a new issue, but I'm currently experiencing the same problem with https://pypi.org/pypi/stockwell: latest version is 1.0.7, but https://pypi.org/pypi/stockwell/json is stuck to 1.0.6. As a side problem, https://pypi.io/packages/source/s/stockwell/stockwell-1.0.7.tar.gz returns a 404. Thanks! |
Describe the bug
I released version 0.1.3 of https://pypi.org/project/entity-gym-rs/ yesterday.
However, https://pypi.org/pypi/entity-gym-rs/json shows 0.1.1 as the latest version:
Full json dump, click to expand
The API does seem to be working as expected when explicitly requesting 0.1.3:
https://pypi.org/pypi/entity-gym-rs/0.1.3/json response
This appears to make it impossible to install the latest version of this package when using poetry. When using pip, version 0.1.3 installs just fine.
Expected behavior
I expect https://pypi.org/pypi/entity-gym-rs/json to return 0.1.3 as the latest version, rather than 0.1.1.
To Reproduce
Additional context
Possibly related to #11937 and #11935?
The text was updated successfully, but these errors were encountered: