The datasette-export-database plugin version 0.3a2 addresses a compatibility issue caused by an overly strict dependency constraint in the previous release.
- The pyproject.toml previously pinned the datasette dependency to exactly version 1.0a27, which made the plugin incompatible with other Datasette versions.
- The constraint has been updated to allow any version greater than or equal to 1.0a27.