Unverified Commit 1bb3ec81 authored by Chris Moultrie's avatar Chris Moultrie
Browse files

weaviate-client: pythonRelaxDeps on protobuf to fix build

parent 26b31cf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ buildPythonPackage rec {
    "httpx"
    "validators"
    "authlib"
    "protobuf"
  ];

  build-system = [ setuptools-scm ];