You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the error message shown for legacy Celery (#1718)
pip 24.1+ rejects packages that use invalid versions in their metadata
(such as Celery older than v5.2.1).
We now annotate such failures with additional help text, mentioning
the package needs to be upgraded, and link to the changelog entry
which has additional advice:
https://devcenter.heroku.com/changelog-items/3073GUS-W-17415804.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## [Unreleased]
4
4
5
+
- Improved the error message shown when pip install fails due to pip rejecting a package with invalid version metadata. ([#1718](https://github.com/heroku/heroku-buildpack-python/pull/1718))
0 commit comments