Skip to content

Commit 952a004

Browse files
authored
Bump Pyspark to even higher version (#50308)
That should decrease the frequency of getting "download" errors when downloading older versions of Spark
1 parent bf4db2c commit 952a004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/apache/spark/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ requires-python = "~=3.9"
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
6161
"apache-airflow-providers-common-compat>=1.5.0",
62-
"pyspark>=3.4.0",
62+
"pyspark>=3.5.2",
6363
"grpcio-status>=1.59.0",
6464
]
6565

0 commit comments

Comments
 (0)