Skip to content

Commit 1a94da5

Browse files
authored
grpcio-tools 1.48 was yanked (#390)
Go back to 1.47
1 parent dbb406f commit 1a94da5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Earlier releases might work, but aren't tested
2525

2626
### To run typecheckers on code generated with grpc plugin - you'll additionally need
2727
Earlier releases might work, but aren't tested
28-
- [grpcio>=1.44.0](https://pypi.org/project/grpcio/)
29-
- [grpcio-tools>=1.44.0](https://pypi.org/project/grpcio-tools/)
28+
- [grpcio>=1.47.0](https://pypi.org/project/grpcio/)
29+
- [grpcio-tools>=1.47.0](https://pypi.org/project/grpcio-tools/)
3030
- [grpc-stubs>=1.24.9](https://pypi.org/project/grpc-stubs/)
3131

3232
Other configurations may work, but are not continuously tested currently.

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
protobuf>=3.19.4
44
pytest==7.1.2
55
grpc-stubs==1.24.11
6-
grpcio-tools==1.48.0
6+
grpcio-tools==1.47.0
77
types-protobuf>=3.19.12

0 commit comments

Comments
 (0)