-
-
Notifications
You must be signed in to change notification settings - Fork 796
Open
Labels
Description
I'm going to ship new versions of those plugins that I previously pinned, this time requiring >=1.0a20.
- https://github.com/datasette/datasette-acl
- https://github.com/datasette/datasette-alerts
- https://github.com/simonw/datasette-allow-permissions-debug
- https://github.com/datasette/datasette-checkbox
- https://github.com/datasette/datasette-debug-actors-from-ids
- https://github.com/datasette/datasette-debug-events
- https://github.com/datasette/datasette-enrichments
- https://github.com/datasette/datasette-enrichments-llm
- https://github.com/datasette/datasette-events-db
- https://github.com/datasette/datasette-events-forward
- https://github.com/datasette/datasette-import
- https://github.com/datasette/datasette-llm-usage
- https://github.com/datasette/datasette-load
- https://github.com/datasette/datasette-metadata-editable
- https://github.com/datasette/datasette-pins
- https://github.com/datasette/datasette-profiles
- https://github.com/datasette/datasette-query-assistant
- https://github.com/datasette/datasette-remote-actors
- https://github.com/datasette/datasette-remove-database
- https://github.com/datasette/datasette-tail
- https://github.com/datasette/datasette-write-ui
- https://github.com/simonw/datasette-graphql
- https://github.com/simonw/datasette-configure-fts
- https://github.com/simonw/datasette-edit-templates
- https://github.com/simonw/datasette-upload-csvs
- https://github.com/simonw/datasette-auth-tokens
- https://github.com/simonw/datasette-upload-dbs
- https://github.com/simonw/datasette-edit-schema
- https://github.com/datasette/datasette-export-database
- https://github.com/datasette/datasette-paste (actually this is archived so skipping it)
- https://github.com/simonw/datasette-ripgrep
- https://github.com/datasette/datasette-extract
- https://github.com/datasette/datasette-create-view
- https://github.com/simonw/datasette-write
- https://github.com/datasette/datasette-queries
- https://github.com/datasette/datasette-write-ui - didn't need changes
- https://github.com/datasette/datasette-public
- https://github.com/datasette/datasette-secrets
- https://github.com/datasette/datasette-comments
codex exec --dangerously-bypass-approvals-and-sandbox \
"Run the command tadd and look at the errors and then
read ~/dev/datasette/docs/upgrade-1.0a20.md and apply
fixes and run the tests again and get them to pass"Upgrading setup.py:
claude --permission-mode acceptEdits -p '
Convert setup.py to pyproject.toml, inspired by this example:
https://raw.githubusercontent.com/simonw/datasette-plugin-template-demo/refs/heads/main/pyproject.toml'Following: