Skip to content

Commit

Permalink
python312Packages.dbt-core: relax dbt-common dependency
Browse files Browse the repository at this point in the history
Plus, update the supported Python version to 3.9+, following upstream.
  • Loading branch information
tjni committed Oct 29, 2024
1 parent 2fcea20 commit 23840b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/dbt-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -47,6 +47,7 @@ buildPythonPackage rec {
"protobuf"
"agate"
"click"
"dbt-common"
"dbt-semantic-interfaces"
"mashumaro"
"networkx"
Expand Down

0 comments on commit 23840b2

Please sign in to comment.