python312Packages.dbt-common: relax agate version constraint

This commit is contained in:
Robert Schütz 2024-07-23 07:02:22 -07:00
parent 1440362eb9
commit 4d506759fe

View File

@ -33,6 +33,8 @@ buildPythonPackage rec {
build-system = [ hatchling ];
pythonRelaxDeps = [ "agate" ];
dependencies = [
agate
colorama