Unverified Commit 74e27e56 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 33989792 506b0000
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -36,6 +36,11 @@ buildPythonPackage (finalAttrs: {
    setuptools
  ];

  pythonRelaxDeps = [
    # For protobuf 7
    "protobuf"
  ];

  dependencies = [
    google-auth
    protobuf