Skip to content

Commit

Permalink
Fix sdist (#30956)
Browse files Browse the repository at this point in the history
* Fix sdist

* Try fix PyDoc precommit

* Revert "Try fix PyDoc precommit"

This reverts commit c64b385.
  • Loading branch information
Abacn authored Apr 12, 2024
1 parent 96dc16a commit 72a45e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
# this is the minimum requirements for the build system to execute.
[build-system]
requires = [
"setuptools",
# TODO: remove after setuptools bug resolved. https://github.com/apache/beam/issues/30955
"setuptools<69.3.0",
"wheel>=0.36.0",
"grpcio-tools==1.62.1",
"mypy-protobuf==3.5.0",
Expand Down

0 comments on commit 72a45e4

Please sign in to comment.