Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Prev Previous commit
fix: require proto-plus>=1.13.0
  • Loading branch information
busunkim96 committed Apr 5, 2021
commit 633e88488ae67fafbaef64db3f69d68d951325dc
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
include_package_data=True,
install_requires=(
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"proto-plus >= 1.4.0",
"proto-plus >= 1.13.0",
),
python_requires=">=3.6",
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
google-api-core==1.22.2
proto-plus==1.4.0
proto-plus==1.13.0