Compare commits

...

1 Commits

Author SHA1 Message Date
hainenber
0fe7bb4b28 feat(be/deps): upgrade sqlglot to v28
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-02-07 21:36:01 +07:00
4 changed files with 4 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ dependencies = [
"slack_sdk>=3.19.0, <4",
"sqlalchemy>=1.4, <2",
"sqlalchemy-utils>=0.38.3, <0.39",
"sqlglot>=27.15.2, <28",
"sqlglot>=28.4.0, <29",
# newer pandas needs 0.9+
"tabulate>=0.9.0, <1.0",
"typing-extensions>=4, <5",

View File

@@ -404,7 +404,7 @@ sqlalchemy-utils==0.38.3
# apache-superset (pyproject.toml)
# apache-superset-core
# flask-appbuilder
sqlglot==27.15.2
sqlglot==28.10.0
# via
# apache-superset (pyproject.toml)
# apache-superset-core

View File

@@ -996,7 +996,7 @@ sqlalchemy-utils==0.38.3
# apache-superset
# apache-superset-core
# flask-appbuilder
sqlglot==27.15.2
sqlglot==28.10.0
# via
# -c requirements/base-constraint.txt
# apache-superset

View File

@@ -46,7 +46,7 @@ dependencies = [
"pydantic>=2.8.0",
"sqlalchemy>=1.4.0,<2.0",
"sqlalchemy-utils>=0.38.0",
"sqlglot>=27.15.2, <28",
"sqlglot>=28.4.0, <29",
"typing-extensions>=4.0.0",
]