Skip to content

Commit 173e0ac

Browse files
Manually set sqlglot to dev branch.
1 parent 6ac197e commit 173e0ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ dependencies = [
2323
"requests",
2424
"rich[jupyter]",
2525
"ruamel.yaml",
26-
"sqlglot[rs]~=27.0.0",
26+
27+
# TODO: Change this to the real release before merge!
28+
"sqlglot[rs] @ git+https://github.com/mattiasthalen/sqlglot@fix/fabric-ensure-varchar-max", #~=27.0.0",
2729
"tenacity",
2830
"time-machine",
2931
"json-stream"
@@ -103,7 +105,7 @@ dev = [
103105
dbt = ["dbt-core<2"]
104106
dlt = ["dlt"]
105107
duckdb = []
106-
fabric = ["pyodbc"]
108+
fabric = ["pyodbc>=5.0.0"]
107109
gcppostgres = ["cloud-sql-python-connector[pg8000]>=1.8.0"]
108110
github = ["PyGithub~=2.5.0"]
109111
llm = ["langchain", "openai"]

0 commit comments

Comments
 (0)