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
Adjust the error message shown for missing SQLite headers
Since `pysqlite3` 0.6.0 was just released, that now ships with
precompiled wheels, which means:
1. Our test for the error handling now started failing, since the
package now works out of the box rather than erroring.
2. Our advice for which package to use has now changed, since users
now only need to update to a newer version of `pysqlite3` rather
than switch to the `pysqlite3-binary` package.
GUS-W-20804528.
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
+
- Adjusted the error message shown if SQLite headers aren't found during package installation. ([#2006](https://github.com/heroku/heroku-buildpack-python/pull/2006))
0 commit comments