chore(deps): Relax sqlalchemy-utils lower bound for pydoris compatibility (#37949)

This commit is contained in:
Joe Li
2026-02-13 14:55:54 -08:00
committed by GitHub
parent a65f73a532
commit 73adff55ee
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ dependencies = [
"simplejson>=3.15.0", "simplejson>=3.15.0",
"slack_sdk>=3.19.0, <4", "slack_sdk>=3.19.0, <4",
"sqlalchemy>=1.4, <2", "sqlalchemy>=1.4, <2",
"sqlalchemy-utils>=0.42.0, <0.43", "sqlalchemy-utils>=0.38.0, <0.43", # expanding lowerbound to work with pydoris
"sqlglot>=28.10.0, <29", "sqlglot>=28.10.0, <29",
# newer pandas needs 0.9+ # newer pandas needs 0.9+
"tabulate>=0.9.0, <1.0", "tabulate>=0.9.0, <1.0",

View File

@@ -45,7 +45,7 @@ dependencies = [
"flask-appbuilder>=5.0.2,<6", "flask-appbuilder>=5.0.2,<6",
"pydantic>=2.8.0", "pydantic>=2.8.0",
"sqlalchemy>=1.4.0,<2.0", "sqlalchemy>=1.4.0,<2.0",
"sqlalchemy-utils>=0.42.0", "sqlalchemy-utils>=0.38.0, <0.43", # expanding lowerbound to work with pydoris
"sqlglot>=28.10.0, <29", "sqlglot>=28.10.0, <29",
"typing-extensions>=4.0.0", "typing-extensions>=4.0.0",
] ]