python312Packages.dbt-bigquery: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-01-14 05:47:34 +00:00
parent 9b8c09ebfa
commit 2c4f8004e2
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dbt-bigquery";
version = "1.9.0";
version = "1.9.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-bigquery";
tag = "v${version}";
hash = "sha256-jn4U01aUpnjBnOJNyzJXPqmXJZc16pSLN9WkRxsC0zo=";
hash = "sha256-YZA8lcUGoq5jMNS1GlbBd036X2F3khsZWr5Pv65zpPI=";
};
pythonRelaxDeps = [ "agate" ];