mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
* feat: add persistence field * feat: add basic extension page in pipeline config * Merge pull request #1751 from langbot-app/copilot/add-plugin-extension-tab Implement pipeline-scoped plugin binding system * fix: i18n keys --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
9 lines
199 B
Python
9 lines
199 B
Python
semantic_version = 'v4.4.1'
|
|
|
|
required_database_version = 9
|
|
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
|
|
|
|
debug_mode = False
|
|
|
|
edition = 'community'
|