Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into prepare-query
  • Loading branch information
jackdingilian authored Mar 18, 2025
commit 057c0248e75d76cde6df3688f741b841580255da
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
"proto-plus >= 1.22.3, <2.0.0dev",
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
"protobuf>=3.20.2,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"google-api-core[grpc] >= 2.16.0, <3.0.0",
"google-cloud-core >= 1.4.4, <3.0.0",
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
"grpc-google-iam-v1 >= 0.12.4, <1.0.0",
"proto-plus >= 1.22.3, <2.0.0",
"proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'",
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"google-crc32c>=1.5.0, <2.0.0dev",
]
extras = {"libcst": "libcst >= 0.2.5"}
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.