From b7d1d7dc9b2ea1b1de7055b4469791ad564aaf8d Mon Sep 17 00:00:00 2001 From: Chloe He Date: Thu, 21 Mar 2024 12:40:42 -0500 Subject: [PATCH] chore(deps): release sqlglot pinning in environment yaml file (#8719) --- conda/environment-arm64-flink.yml | 2 +- conda/environment-arm64.yml | 2 +- conda/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/environment-arm64-flink.yml b/conda/environment-arm64-flink.yml index eb441d55f945..447c79e9f68f 100644 --- a/conda/environment-arm64-flink.yml +++ b/conda/environment-arm64-flink.yml @@ -45,7 +45,7 @@ dependencies: - rich >=12.4.4 - shapely>=2,<3 - snowflake-connector-python >=3.0.2 - - sqlglot >=18.7.0,<=20.11 + - sqlglot >=22.5,<23.1 - toolz >=0.11 - trino-python-client >=0.321 # geospatial diff --git a/conda/environment-arm64.yml b/conda/environment-arm64.yml index c2068feed9d2..26207a5156a2 100644 --- a/conda/environment-arm64.yml +++ b/conda/environment-arm64.yml @@ -46,7 +46,7 @@ dependencies: - rich >=12.4.4 - shapely>=2,<3 - snowflake-connector-python >=3.0.2 - - sqlglot >=18.7.0,<=20.11 + - sqlglot >=22.5,<23.1 - toolz >=0.11 - trino-python-client >=0.321 # geospatial diff --git a/conda/environment.yml b/conda/environment.yml index 92fa379fcb8b..2dacaeb64464 100644 --- a/conda/environment.yml +++ b/conda/environment.yml @@ -47,7 +47,7 @@ dependencies: - rich >=12.4.4 - shapely >=2,<3 - snowflake-connector-python >=3.0.2 - - sqlglot >=18.7.0,<=20.11 + - sqlglot >=22.5,<23.1 - toolz >=0.11 - trino-python-client >=0.321 # geospatial