From 7debe7194b9f56b14daeebb99f48787174a9471b Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sun, 3 Dec 2023 06:04:10 -0500 Subject: [PATCH] fix: require proto-plus 1.22.2 for python 3.11 (#880) Co-authored-by: Astha Mohta <35952883+asthamohta@users.noreply.github.com> --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d2f33ef915..ec4d94c05e 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ "grpc-google-iam-v1 >= 0.12.4, <1.0.0dev", "proto-plus >= 1.22.0, <2.0.0dev", "sqlparse >= 0.4.4", + "proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'", "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", "deprecated >= 1.2.14", ]