Skip to content

Commit 6cf10e8

Browse files
Updated submodule to point to new URL and add the stubs package
Signed-off-by: camille-bouvy-frequenz <[email protected]>
1 parent 176d4c1 commit 6cf10e8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "submodules/api-common-protos"]
22
path = submodules/api-common-protos
3-
url = https://github.com/googleapis/api-common-protos.git
3+
url = https://github.com/googleapis/googleapis.git

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ classifiers = [
2626
]
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
29-
"googleapis-common-protos >= 1.56.2, < 2",
29+
"googleapis-common-protos >= 1.56.4, < 2",
30+
"googleapis-common-protos-stubs == 2.2.0",
3031
"grpcio >= 1.51.1, < 2",
3132
]
3233
dynamic = ["version"]

submodules/api-common-protos

0 commit comments

Comments
 (0)