Skip to content

Commit ba1d473

Browse files
authored
limit 0.39 version due to missing package (#61387)
1 parent 9a38e8c commit ba1d473

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

providers/tableau/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ PIP package Version required
9696
========================================== ==================
9797
``apache-airflow`` ``>=2.11.0``
9898
``apache-airflow-providers-common-compat`` ``>=1.10.1``
99-
``tableauserverclient`` ``>=0.27``
99+
``tableauserverclient`` ``>=0.27,!=0.39``
100100
========================================== ==================
101101

102102
Cross provider package dependencies

providers/tableau/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ requires-python = ">=3.10"
6060
dependencies = [
6161
"apache-airflow>=2.11.0",
6262
"apache-airflow-providers-common-compat>=1.10.1",
63-
"tableauserverclient>=0.27",
63+
# Tableau release 0.39 is missing the tableauserverclient root folder in the package.
64+
# we are limiting it for now - issue - https://github.com/tableau/server-client-python/issues/1745
65+
"tableauserverclient>=0.27, !=0.39",
6466
]
6567

6668
[dependency-groups]

0 commit comments

Comments
 (0)