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.
2 parents b0b993a + c506837 commit 4104b04Copy full SHA for 4104b04
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.7",
+ "sqlbot-xpack==0.0.3.8",
40
"fastapi-cache2>=0.2.2",
41
"sqlparse>=0.5.3",
42
"redis>=6.2.0",
frontend/src/style.less
@@ -193,3 +193,7 @@ body {
193
.ed-message-box__container {
194
display: block !important;
195
}
196
+
197
+strong {
198
+ font-synthesis: style weight !important;
199
+}
0 commit comments