Unverified Commit a4830c9b authored by Jeremy Fleischman's avatar Jeremy Fleischman Committed by Philip Taron
Browse files

mycli: fix build

mycli is particular about using sqlglot 27, and we recently [upgraded to
sqlglot 28](https://github.com/nixos/nixpkgs/commit/8c4b7cc680af32950d67404c975601c846a5571a).
parent 210c67c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
  };

  pythonRelaxDeps = [
    "sqlglot" # https://github.com/dbcli/mycli/issues/1696
    "sqlparse"
    "click"
  ];