Skip to content

Commit e3a67ca

Browse files
committed
pin protobuf version in dev dep to match spark connect
https://github.com/apache/spark/blob/v4.0.1/dev/requirements.txt#L64
1 parent 3a0a366 commit e3a67ca

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

poetry.lock

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ moto = { version = "^5.0.2", extras = ["server"] }
102102
typing-extensions = "4.15.0"
103103
pytest-mock = "3.15.1"
104104
pyspark = { version = "4.0.1", extras = ["connect"] }
105+
protobuf = "5.29.1" # match Spark Connect's gencode
105106
cython = "3.1.4"
106107
deptry = ">=0.14,<0.24"
107108
docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520

0 commit comments

Comments
 (0)