Unverified Commit f2a08919 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.ormar: mark as broken, does not work with SQLAlchemy 2.0.0 (#354327)

parents 4c76ba51 9d7ab9fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -145,5 +145,6 @@ buildPythonPackage rec {
    changelog = "https://github.com/collerek/ormar/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ andreasfelix ];
    broken = true;
  };
}