From 1e438a6b7b6b3a4b37f14e8ca7d6342ab7f36805 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:46:43 -0500 Subject: [PATCH] chore: deps checkpoint REMOVE --- poetry.lock | 18 ++++++++++++------ pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index f72ea5c54df2..9720450c321d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3611,6 +3611,8 @@ files = [ {file = "psycopg2-2.9.9-cp310-cp310-win_amd64.whl", hash = "sha256:426f9f29bde126913a20a96ff8ce7d73fd8a216cfb323b1f04da402d452853c3"}, {file = "psycopg2-2.9.9-cp311-cp311-win32.whl", hash = "sha256:ade01303ccf7ae12c356a5e10911c9e1c51136003a9a1d92f7aa9d010fb98372"}, {file = "psycopg2-2.9.9-cp311-cp311-win_amd64.whl", hash = "sha256:121081ea2e76729acfb0673ff33755e8703d45e926e416cb59bae3a86c6a4981"}, + {file = "psycopg2-2.9.9-cp312-cp312-win32.whl", hash = "sha256:d735786acc7dd25815e89cc4ad529a43af779db2e25aa7c626de864127e5a024"}, + {file = "psycopg2-2.9.9-cp312-cp312-win_amd64.whl", hash = "sha256:a7653d00b732afb6fc597e29c50ad28087dcb4fbfb28e86092277a559ae4e693"}, {file = "psycopg2-2.9.9-cp37-cp37m-win32.whl", hash = "sha256:5e0d98cade4f0e0304d7d6f25bbfbc5bd186e07b38eac65379309c4ca3193efa"}, {file = "psycopg2-2.9.9-cp37-cp37m-win_amd64.whl", hash = "sha256:7e2dacf8b009a1c1e843b5213a87f7c544b2b042476ed7755be813eaf4e8347a"}, {file = "psycopg2-2.9.9-cp38-cp38-win32.whl", hash = "sha256:ff432630e510709564c01dafdbe996cb552e0b9f3f065eb89bdce5bd31fabf4c"}, @@ -5321,18 +5323,22 @@ sqlalchemy = ">=1.0.0" [[package]] name = "sqlglot" -version = "19.5.1" +version = "19.7.1.dev13" description = "An easily customizable SQL parser and transpiler" optional = false python-versions = ">=3.7" -files = [ - {file = "sqlglot-19.5.1-py3-none-any.whl", hash = "sha256:622c0ca18f165e6b7fa383d84d260f982d382bf255bb16e88dde2e4c7265c4d9"}, - {file = "sqlglot-19.5.1.tar.gz", hash = "sha256:3b9084aac46a4d06ed559708243c8eea1ce6f7bfabe2882177dd55638a282c3f"}, -] +files = [] +develop = false [package.extras] dev = ["autoflake", "black", "duckdb (>=0.6)", "isort", "mypy (>=0.990)", "pandas", "pdoc", "pre-commit", "pyspark", "python-dateutil", "types-python-dateutil"] +[package.source] +type = "git" +url = "https://github.com/tobymao/sqlglot" +reference = "jo/qualify_explode_to_unnest_columns" +resolved_reference = "3f46e483812453073303b86a44332f7232d8a1a0" + [[package]] name = "stack-data" version = "0.6.3" @@ -6059,4 +6065,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "512a78aeb0fdc60c4a897376f4957bb8e88742a3a607809cfa79c1dea83c2f16" +content-hash = "51ffcb7e40543477cd98e48894fdee00f234c82b6ed770d8b6b30a4642270a70" diff --git a/pyproject.toml b/pyproject.toml index 82e3eb4326f0..9c89ce0fe953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pyarrow-hotfix = ">=0.4,<1" python-dateutil = ">=2.8.2,<3" pytz = ">=2022.7" rich = ">=12.4.4,<14" -sqlglot = ">=18.12.0,<20" +sqlglot = { git = "https://github.com/tobymao/sqlglot", branch = "jo/qualify_explode_to_unnest_columns" } toolz = ">=0.11,<1" typing-extensions = ">=4.3.0,<5" black = { version = ">=22.1.0,<24", optional = true } diff --git a/requirements-dev.txt b/requirements-dev.txt index 0b0fd9b17be7..f79152ff29dc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -189,7 +189,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0" sphobjinv==2.3.1 ; python_version >= "3.10" and python_version < "3.13" sqlalchemy-views==0.3.2 ; python_version >= "3.9" and python_version < "4.0" sqlalchemy==1.4.50 ; python_version >= "3.9" and python_version < "4.0" -sqlglot==19.5.1 ; python_version >= "3.9" and python_version < "4.0" +sqlglot @ git+https://github.com/tobymao/sqlglot@3f46e483812453073303b86a44332f7232d8a1a0 ; python_version >= "3.9" and python_version < "4.0" stack-data==0.6.3 ; python_version >= "3.9" and python_version < "4.0" statsmodels==0.14.0 ; python_version >= "3.10" and python_version < "3.13" stdlib-list==0.10.0 ; python_version >= "3.9" and python_version < "4.0"