python3Packages.databricks-sdk: 0.67.0 -> 0.78.0
https://github.com/databricks/databricks-sdk-py/blob/v0.78.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
# dependencies
|
||||
google-auth,
|
||||
protobuf,
|
||||
requests,
|
||||
|
||||
# tests
|
||||
@@ -21,14 +22,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "databricks-sdk";
|
||||
version = "0.67.0";
|
||||
version = "0.78.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "databricks";
|
||||
repo = "databricks-sdk-py";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-3UGPB3KEO7M4QFYiniU4hcaOUmCMq3vW4yBIxDUhHLk=";
|
||||
hash = "sha256-hoY4YuKIa7LmoW2MxUWKhLLsuTyO2b6qtpxr36hjP20=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -37,6 +38,7 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [
|
||||
google-auth
|
||||
protobuf
|
||||
requests
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user