We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac197e commit 173e0acCopy full SHA for 173e0ac
pyproject.toml
@@ -23,7 +23,9 @@ dependencies = [
23
"requests",
24
"rich[jupyter]",
25
"ruamel.yaml",
26
- "sqlglot[rs]~=27.0.0",
+
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",
29
"tenacity",
30
"time-machine",
31
"json-stream"
@@ -103,7 +105,7 @@ dev = [
103
105
dbt = ["dbt-core<2"]
104
106
dlt = ["dlt"]
107
duckdb = []
-fabric = ["pyodbc"]
108
+fabric = ["pyodbc>=5.0.0"]
109
gcppostgres = ["cloud-sql-python-connector[pg8000]>=1.8.0"]
110
github = ["PyGithub~=2.5.0"]
111
llm = ["langchain", "openai"]
0 commit comments