python312Packages.dbt-core: relax dbt-common dependency (#352226)

This commit is contained in:
Nick Cao 2024-10-30 08:49:31 -04:00 committed by GitHub
commit 0330c29995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ buildPythonPackage rec {
version = "1.8.8";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "dbt-labs";
@ -47,6 +47,7 @@ buildPythonPackage rec {
"protobuf"
"agate"
"click"
"dbt-common"
"dbt-semantic-interfaces"
"mashumaro"
"networkx"