Skip to content

Magentic-UI 0.1.2

Latest
Compare
Choose a tag to compare
@husseinmozannar husseinmozannar released this 31 Jul 21:54
· 13 commits to main since this release
e2090fc

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

Full Changelog: v0.1.1...v0.1.2