Skip to content

Commit

Permalink
chore: Add proto-plus dependency for Python 3.13
Browse files Browse the repository at this point in the history
Fixes #354
  • Loading branch information
holtskinner committed Oct 31, 2024
1 parent d0b3fbc commit 885f4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"pyarrow>=15.0.0, <16.0.0",
"tabulate>=0.9.0, <1.0.0",
"proto-plus>=1.22.3, <2.0.0dev",
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
"grpc-google-iam-v1>=0.12.6, <1.0.0dev",
"google-cloud-bigquery>=3.5.0, <4.0.0dev",
"google-cloud-documentai>=2.29.2, <4.0.0dev",
Expand Down

0 comments on commit 885f4d5

Please sign in to comment.