Commit 4d506759 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.dbt-common: relax agate version constraint

parent 1440362e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ buildPythonPackage rec {

  build-system = [ hatchling ];

  pythonRelaxDeps = [ "agate" ];

  dependencies = [
    agate
    colorama