python3Packages.databricks-sql-connector: 4.0.5 -> 4.2.4
https://github.com/databricks/databricks-sql-python/blob/v4.2.4/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
pandas,
|
||||
poetry-core,
|
||||
pyarrow,
|
||||
pybreaker,
|
||||
pyjwt,
|
||||
pytestCheckHook,
|
||||
sqlalchemy,
|
||||
thrift,
|
||||
@@ -19,14 +21,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "databricks-sql-connector";
|
||||
version = "4.0.5";
|
||||
version = "4.2.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "databricks";
|
||||
repo = "databricks-sql-python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-CzS6aVOFkBSJ9+0KJOaJLxK2ZiRY4OybNkCX5VdybqY=";
|
||||
hash = "sha256-QoauhA2Zx2UvlCuKe9mxaOFJKpglVHQmPVVS56np4A0=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -35,11 +37,11 @@ buildPythonPackage rec {
|
||||
"thrift"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
alembic
|
||||
lz4
|
||||
numpy
|
||||
@@ -47,6 +49,8 @@ buildPythonPackage rec {
|
||||
openpyxl
|
||||
pandas
|
||||
pyarrow
|
||||
pybreaker
|
||||
pyjwt
|
||||
sqlalchemy
|
||||
thrift
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user