0.30.0
The database drivers are now installed separately. For example: pip install piccolo[postgres] (courtesy @aminalaee).
For some users this might be a breaking change - please make sure that for existing Piccolo projects you have either asyncpg or piccolo[postgres] in your requirements.txt file.