Skip to content

Commit

Permalink
pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Nov 26, 2024
1 parent c538224 commit 03cecbd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ dependencies = [
"slack_sdk>=3.19.0, <4",
"sqlalchemy>=1.4, <2",
"sqlalchemy-utils>=0.38.3, <0.39",
"sqlglot>=25.24.0,<26",
# known breaking changes in sqlglot 25.25
#https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md#v25250---2024-10-14
"sqlglot>=25.24.0,<25.25.0",
"sqlparse>=0.5.0",
"tabulate>=0.8.9, <0.9",
"typing-extensions>=4, <5",
Expand Down
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:85649679306ea016e401f37adfbad832028d2e5f
# SHA1:cc62b2b6658afa9dbb6e81046e1084f15442858a
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -15,8 +15,10 @@ apispec[yaml]==6.3.0
# via flask-appbuilder
apsw==3.46.0.0
# via shillelagh
async-timeout==5.0.1
# via redis
async-timeout==4.0.3
# via
# -r requirements/base.in
# redis
attrs==24.2.0
# via
# cattrs
Expand Down Expand Up @@ -152,9 +154,7 @@ geopy==2.4.1
google-auth==2.36.0
# via shillelagh
greenlet==3.0.3
# via
# shillelagh
# sqlalchemy
# via shillelagh
gunicorn==23.0.0
# via apache-superset
hashids==1.3.1
Expand All @@ -167,7 +167,7 @@ idna==3.10
# via
# email-validator
# requests
importlib-metadata==7.1.0
importlib-metadata==8.5.0
# via apache-superset
importlib-resources==6.4.5
# via limits
Expand Down Expand Up @@ -361,7 +361,7 @@ sqlalchemy-utils==0.38.3
# via
# apache-superset
# flask-appbuilder
sqlglot==25.24.0
sqlglot==25.24.5
# via apache-superset
sqlparse==0.5.2
# via apache-superset
Expand Down

0 comments on commit 03cecbd

Please sign in to comment.