python3Packages.dbt-snowflake: 1.10.0 -> 1.10.2 (#441386)

This commit is contained in:
Wolfgang Walther
2025-09-23 16:59:16 +00:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "dbt-snowflake";
version = "1.10.0";
version = "1.10.2";
pyproject = true;
# missing tags on GitHub
src = fetchPypi {
pname = "dbt_snowflake";
inherit version;
hash = "sha256-Y5H7ATm8bntl4YaF5l9DZiRhHt2q2/XaICp+PR9ywIw=";
hash = "sha256-7bq+IU7VAJLecv5JERXnxNtPY0I/6WSCyGedXCYoDLk=";
};
pythonRelaxDeps = [