python3Packages.dbt-common: 1.8.0 -> 1.10.0

https://github.com/dbt-labs/dbt-common/blob/1.10.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:04 +02:00
parent 41be6115d3
commit dd7f79e2f8
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "dbt-common";
version = "1.8.0";
version = "1.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,12 +31,15 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "dbt_common";
inherit version;
hash = "sha256-ehZ+a3zznnWMY9NJx9LfRtkV1vHiIH0HEhsYWfMbmb4=";
hash = "sha256-z9n0bp3k+cLJXscCENG+U6xB4nkDjRinkoy7/T+bZ68=";
};
build-system = [ hatchling ];
pythonRelaxDeps = [ "agate" ];
pythonRelaxDeps = [
"agate"
"protobuf"
];
dependencies = [
agate