File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
102102Cross provider package dependencies
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ requires-python = ">=3.10"
6060dependencies = [
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 ]
You can’t perform that action at this time.
0 commit comments