Skip to content

Commit 2b47489

Browse files
pin fab version to specific 1.5.3
1 parent bad39ad commit 2b47489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ databricks = ["databricks-sql-connector"]
4848
dev = [
4949
"agate==1.7.1",
5050
"apache-airflow==2.9.1",
51-
"apache-airflow-providers-fab<2.0.0",
51+
"apache-airflow-providers-fab==1.5.3", # pip is having trouble resolving this dependency of airflow
5252
"opentelemetry-proto==1.27.0", # pip was having trouble resolving this transitive dependency of airflow
5353
"beautifulsoup4",
5454
"clickhouse-connect",

0 commit comments

Comments
 (0)