Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Oct 15, 2024
1 parent a0d34bb commit 89f9192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gapic/templates/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def prerelease_deps(session, protobuf_implementation):
"googleapis-common-protos",
"google-api-core",
"google-auth",
"grpcio",
# Exclude grpcio!=1.67.0rc1 which does not support python 3.13
"grpcio!=1.67.0rc1",
"grpcio-status",
"protobuf",
"proto-plus",
Expand Down

0 comments on commit 89f9192

Please sign in to comment.