python3Packages.databricks-sdk: allow use of protobuf 7 (#502298)

This commit is contained in:
Gaétan Lepage
2026-03-22 21:34:37 +00:00
committed by GitHub
@@ -36,6 +36,11 @@ buildPythonPackage (finalAttrs: {
setuptools
];
pythonRelaxDeps = [
# For protobuf 7
"protobuf"
];
dependencies = [
google-auth
protobuf