datasette icon indicating copy to clipboard operation
datasette copied to clipboard

Alpha version installs the wrong plugin versions

Open xrendan opened this issue 3 months ago • 0 comments

Because of the internal API changes, it makes it hard to install plugins using datasette install <plugin> you must go and find the specific version that is compatible with the new alpha version.

For example:

datasette install datasette-search-all==1.1.5a0

This also causes problems because some plugins are pinned to specific alpha versions (like datasette-import)

xrendan avatar Nov 14 '25 21:11 xrendan