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

Commit 9dfd527

Browse files
authored
build: loosen the proto-plus dependency (#287)
Co-authored-by: larkee <larkee@users.noreply.github.com>
1 parent 5ca6340 commit 9dfd527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"google-cloud-core >= 1.4.1, < 2.0dev",
3434
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
3535
"libcst >= 0.2.5",
36-
"proto-plus==1.14.2",
36+
"proto-plus >= 1.11.0",
3737
"sqlparse >= 0.3.0",
3838
]
3939
extras = {

0 commit comments

Comments
 (0)