Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 9ddec5f

Browse files
chore: Bump grpcio version to 1.51.3 (#900)
Bumps version for compatibility with mac M1, check https://github.com/grpc/grpc/releases/tag/v1.51.3 Co-authored-by: Anna Cocuzzo <63511057+acocuzzo@users.noreply.github.com>
1 parent 121f344 commit 9ddec5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
release_status = "Development Status :: 5 - Production/Stable"
3737

3838
dependencies = [
39-
"grpcio >= 1.38.1, < 2.0dev", # https://github.com/googleapis/python-pubsub/issues/414
39+
"grpcio >= 1.51.3, < 2.0dev", # https://github.com/googleapis/python-pubsub/issues/609
4040
"google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
4141
"proto-plus >= 1.22.0, <2.0.0dev",
4242
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ google-api-core==1.34.0
88
proto-plus==1.22.0
99
protobuf==3.19.5
1010
grpc-google-iam-v1==0.12.4
11-
grpcio==1.38.1
11+
grpcio==1.51.3
1212
grpcio-status==1.33.2

0 commit comments

Comments
 (0)