Skip to content

Commit d2a220c

Browse files
perf(X-Pack): Open permission configuration and page embedding function
1 parent 2332252 commit d2a220c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

backend/common/core/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def all_cors_origins(self) -> list[str]:
6565
SQL_DEBUG: bool = False
6666

6767
UPLOAD_DIR: str = "/opt/sqlbot/data/file"
68+
SQLBOT_KEY_EXPIRED: int = 100 # License key expiration timestamp, 0 means no expiration
6869

6970
@computed_field # type: ignore[prop-decorator]
7071
@property

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"pyyaml (>=6.0.2,<7.0.0)",
3737
"fastapi-mcp (>=0.3.4,<0.4.0)",
3838
"tabulate>=0.9.0",
39-
"sqlbot-xpack==0.0.3.16",
39+
"sqlbot-xpack>=0.0.3.18",
4040
"fastapi-cache2>=0.2.2",
4141
"sqlparse>=0.5.3",
4242
"redis>=6.2.0",

0 commit comments

Comments
 (0)