What's Changed
UI settings fix for LLM configuration
If you see the error message:
2025-07-31 21:57:16.261 | ERROR | magentic_ui.backend.database.schema_manager:upgrade_schema:442 - Schema upgrade failed: No support for ALTER of constraints in SQLite dialect. Please refer to the batch mode feature which allows for SQLite migrations using a copy-and-move strategy.
It is safe to ignore and will not affect the behavior of Magentic-UI, it is due to a change in the settings DB.
To get rid of this error message, you need to reset your database by deleting the .magentic_ui directory or changing your app directory
- Fix passing of client configs in settings by @husseinmozannar in #309
Full Changelog: v0.1.1...v0.1.2