weaviate-client: pythonRelaxDeps on protobuf to fix build

This commit is contained in:
Chris Moultrie
2026-03-26 22:59:39 -04:00
parent 26b31cf432
commit 1bb3ec813a
@@ -43,6 +43,7 @@ buildPythonPackage rec {
"httpx"
"validators"
"authlib"
"protobuf"
];
build-system = [ setuptools-scm ];