diff options
author | Gerard Ribugent | 2022-11-09 08:31:06 +0100 |
---|---|---|
committer | Gerard Ribugent | 2022-11-09 08:31:06 +0100 |
commit | e1ed43f44ce4d04b6f7afd3d893202f0f108a0ba (patch) | |
tree | ff35a926471ccbe2597881c4584c8cd9cda4ea2c /PKGBUILD | |
parent | 06739ef55c835b97d4d144ad8553df7e067ea558 (diff) | |
download | aur-e1ed43f44ce4d04b6f7afd3d893202f0f108a0ba.tar.gz |
Avoid issues with python-typer
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |