summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGerard Ribugent2022-11-09 08:31:06 +0100
committerGerard Ribugent2022-11-09 08:31:06 +0100
commite1ed43f44ce4d04b6f7afd3d893202f0f108a0ba (patch)
treeff35a926471ccbe2597881c4584c8cd9cda4ea2c /PKGBUILD
parent06739ef55c835b97d4d144ad8553df7e067ea558 (diff)
downloadaur-e1ed43f44ce4d04b6f7afd3d893202f0f108a0ba.tar.gz
Avoid issues with python-typer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9aaca4f50237..ecdb1e3775e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dbx
_name=dbx
pkgver=0.8.4
-pkgrel=1
+pkgrel=2
pkgdesc="DataBricks CLI eXtensions - aka dbx is a CLI tool for advanced Databricks jobs management."
arch=(any)
url="https://docs.databricks.com/dev-tools/dbx.html"
@@ -12,7 +12,7 @@ depends=(
"python-databricks-cli>=0.17" "python-databricks-cli<0.18"
"python-click>=8.1.0" "python-click<9.0.0"
"python-rich<12.8.0" # Upstream requires 12.5.1, but 12.7.x looks compatible
- "python-typer=0.6.1"
+ "python-typer>=0.6.1" "python-typer<1.0.0"
"python-retry>=0.9.2" "python-retry<1.0.0"
"python-requests>=2.24.0" "python-requests<3.0.0"
"python-mlflow>=1.28.0" "python-mlflow<2.0.0" # Upstream requires "python-mlflow-skinny==1.28.0" but it's not available in Arch/AUR