Skip to content

Commit a084d64

Browse files
committed
[SPARK-50098][PYTHON][FOLLOW-UP] Update _minimum_googleapis_common_protos_version in setup.py for pyspark-client
### What changes were proposed in this pull request? This PR is a followup of #48643 that updates _minimum_googleapis_common_protos_version in setup.py for pyspark-client ### Why are the changes needed? To match the version with pyspark. ### Does this PR introduce _any_ user-facing change? No, `pyspark-client` has not been released yet. ### How was this patch tested? It will be tested in "Debug Build / Spark Connect Python-only (master, Python 3.11) " build. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #50063 from HyukjinKwon/SPARK-50098-followup. Authored-by: Hyukjin Kwon <gurwls223@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 67a337e commit a084d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/packaging/client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
_minimum_numpy_version = "1.21"
135135
_minimum_pyarrow_version = "11.0.0"
136136
_minimum_grpc_version = "1.59.3"
137-
_minimum_googleapis_common_protos_version = "1.56.4"
137+
_minimum_googleapis_common_protos_version = "1.65.0"
138138

139139
with open("README.md") as f:
140140
long_description = f.read()

0 commit comments

Comments
 (0)