Loading pkgs/development/python-modules/dbt-common/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -30,25 +30,23 @@ buildPythonPackage rec { pname = "dbt-common"; version = "1.28.0-unstable-2025-08-14"; version = "1.36.0-unstable-2025-11-10"; pyproject = true; src = fetchFromGitHub { owner = "dbt-labs"; repo = "dbt-common"; rev = "dd34e0a0565620863ff70c0b02421d84fcee8a02"; # They don't tag releases hash = "sha256-hG6S+IIAR3Cu69oFapQUVoCdaiEQYeMQ/ekBuAXxPrI="; rev = "e306773b935738838cedd52de762224330f9840e"; # They don't tag releases hash = "sha256-LuM9St90M7yGIqYJZTNLNYGZ1Dva2o2z3Q6ZPw4HP8g="; }; build-system = [ hatchling ]; pythonRelaxDeps = [ "agate" "deepdiff" # 0.6.x -> 0.7.2 doesn't seem too risky at a glance # https://pypi.org/project/isodate/0.7.2/ "isodate" "protobuf" ]; dependencies = [ Loading Loading
pkgs/development/python-modules/dbt-common/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -30,25 +30,23 @@ buildPythonPackage rec { pname = "dbt-common"; version = "1.28.0-unstable-2025-08-14"; version = "1.36.0-unstable-2025-11-10"; pyproject = true; src = fetchFromGitHub { owner = "dbt-labs"; repo = "dbt-common"; rev = "dd34e0a0565620863ff70c0b02421d84fcee8a02"; # They don't tag releases hash = "sha256-hG6S+IIAR3Cu69oFapQUVoCdaiEQYeMQ/ekBuAXxPrI="; rev = "e306773b935738838cedd52de762224330f9840e"; # They don't tag releases hash = "sha256-LuM9St90M7yGIqYJZTNLNYGZ1Dva2o2z3Q6ZPw4HP8g="; }; build-system = [ hatchling ]; pythonRelaxDeps = [ "agate" "deepdiff" # 0.6.x -> 0.7.2 doesn't seem too risky at a glance # https://pypi.org/project/isodate/0.7.2/ "isodate" "protobuf" ]; dependencies = [ Loading