python3Packages.dbt-adapters: 1.16.7 -> 1.22.5
https://github.com/dbt-labs/dbt-adapters/blob/main/dbt-adapters/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbt-adapters";
|
||||
version = "1.16.7";
|
||||
version = "1.22.5";
|
||||
pyproject = true;
|
||||
|
||||
# missing tags on GitHub
|
||||
src = fetchPypi {
|
||||
pname = "dbt_adapters";
|
||||
inherit version;
|
||||
hash = "sha256-I3bE6RP0Udp4bO+OXlRdXM2H+TaXvNFJiHIrqgb0i4A=";
|
||||
hash = "sha256-gN/NWm55NtvPp6hg4YtpZszpmUmjJRSHvPAou0e1GEI=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user