python3Packages.databricks-sdk: allow use of protobuf 7 (#502298)
This commit is contained in:
@@ -36,6 +36,11 @@ buildPythonPackage (finalAttrs: {
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
# For protobuf 7
|
||||
"protobuf"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
google-auth
|
||||
protobuf
|
||||
|
||||
Reference in New Issue
Block a user