We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2332252 commit d2a220cCopy full SHA for d2a220c
backend/common/core/config.py
@@ -65,6 +65,7 @@ def all_cors_origins(self) -> list[str]:
65
SQL_DEBUG: bool = False
66
67
UPLOAD_DIR: str = "/opt/sqlbot/data/file"
68
+ SQLBOT_KEY_EXPIRED: int = 100 # License key expiration timestamp, 0 means no expiration
69
70
@computed_field # type: ignore[prop-decorator]
71
@property
backend/pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
36
"pyyaml (>=6.0.2,<7.0.0)",
37
"fastapi-mcp (>=0.3.4,<0.4.0)",
38
"tabulate>=0.9.0",
39
- "sqlbot-xpack==0.0.3.16",
+ "sqlbot-xpack>=0.0.3.18",
40
"fastapi-cache2>=0.2.2",
41
"sqlparse>=0.5.3",
42
"redis>=6.2.0",
0 commit comments