Skip to content

Commit 7debe71

Browse files
partheaasthamohta
andauthored
fix: require proto-plus 1.22.2 for python 3.11 (#880)
Co-authored-by: Astha Mohta <35952883+asthamohta@users.noreply.github.com>
1 parent 5c8e303 commit 7debe71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
4242
"proto-plus >= 1.22.0, <2.0.0dev",
4343
"sqlparse >= 0.4.4",
44+
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
4445
"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",
4546
"deprecated >= 1.2.14",
4647
]

0 commit comments

Comments
 (0)