Skip to content

Commit be77b68

Browse files
authored
Fix: Add setuptools < 82 constraint for grpcio-tools compatibility (#2163)
1 parent f83c4a2 commit be77b68

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tox-travis.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ deps =
153153
build_test: pep8-naming
154154
codegen: mako
155155
codegen: packaging
156+
codegen: setuptools < 82 # grpcio-tools 1.59.0 needs pkg_resources which was removed in setuptools v82
156157
codegen: grpcio-tools == 1.59.0 # First version to support Python 3.12
157158
installers: build
158159
flake8: hacking

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ deps =
153153
build_test: pep8-naming
154154
codegen: mako
155155
codegen: packaging
156+
codegen: setuptools < 82 # grpcio-tools 1.59.0 needs pkg_resources which was removed in setuptools v82
156157
codegen: grpcio-tools == 1.59.0 # First version to support Python 3.12
157158
installers: build
158159
flake8: hacking

0 commit comments

Comments
 (0)