Skip to content

Commit

Permalink
Revert setuptools upperbound since buggy releases are yanked. (#30958)
Browse files Browse the repository at this point in the history
This reverts commit 72a45e4.
  • Loading branch information
tvalentyn authored Apr 13, 2024
1 parent a764632 commit cd253fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
# this is the minimum requirements for the build system to execute.
[build-system]
requires = [
# TODO: remove after setuptools bug resolved. https://github.com/apache/beam/issues/30955
"setuptools<69.3.0",
"setuptools",
"wheel>=0.36.0",
"grpcio-tools==1.62.1",
"mypy-protobuf==3.5.0",
Expand Down

0 comments on commit cd253fd

Please sign in to comment.