Skip to content

Commit

Permalink
chore: deps checkpoint REMOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 1, 2023
1 parent 35781e3 commit 1e438a6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e438a6

Please sign in to comment.