python312Packages.dbt-adapters: relax protobuf

This commit is contained in:
Fabian Affolter
2024-10-13 11:09:57 +02:00
committed by Martin Weinelt
parent abb3be525d
commit 26d01b0dc8
@@ -1,15 +1,16 @@
{
lib,
agate,
buildPythonPackage,
dbt-common,
fetchFromGitHub,
hatchling,
agate,
dbt-common,
mashumaro,
protobuf,
pytestCheckHook,
pythonOlder,
pytz,
typing-extensions,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -17,6 +18,8 @@ buildPythonPackage rec {
version = "1.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "dbt-labs";
repo = "dbt-adapters";
@@ -24,6 +27,8 @@ buildPythonPackage rec {
hash = "sha256-I3A3rIMpT+MAq+ebid9RMr6I3W1l4ir78UmfeEr5U3U=";
};
pythonRelaxDeps = [ "protobuf" ];
build-system = [ hatchling ];
dependencies = [