python312Packages.dbt-core: relax dbt-common dependency

Plus, update the supported Python version to 3.9+, following upstream.
This commit is contained in:
Theodore Ni 2024-10-29 16:30:57 -07:00
parent 2fcea20ca0
commit 23840b2afc
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

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"