python3Packages.dbt-adapters: 1.16.5 -> 1.16.6

This commit is contained in:
R. Ryantm
2025-09-07 03:34:27 +00:00
parent 38c4f0e410
commit e9577ab937
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "dbt-adapters";
version = "1.16.5";
version = "1.16.6";
pyproject = true;
# missing tags on GitHub
src = fetchPypi {
pname = "dbt_adapters";
inherit version;
hash = "sha256-OAPGC88WvBy/3sGyDO4pAHLYYe2+k7l7PpKpNcV+IdM=";
hash = "sha256-XSyJBzDXw0hozTie7BKN4Zmshm5sidkz3KQ9Jet8Mwc=";
};
build-system = [ hatchling ];