Skip to content

Commit 4104b04

Browse files
committed
Merge branch 'main' of https://github.com/dataease/SQLBot
2 parents b0b993a + c506837 commit 4104b04

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.7",
39+
"sqlbot-xpack==0.0.3.8",
4040
"fastapi-cache2>=0.2.2",
4141
"sqlparse>=0.5.3",
4242
"redis>=6.2.0",

frontend/src/style.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,7 @@ body {
193193
.ed-message-box__container {
194194
display: block !important;
195195
}
196+
197+
strong {
198+
font-synthesis: style weight !important;
199+
}

0 commit comments

Comments
 (0)