Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit ddea9d8

Browse files
committed
pass cache to meta
1 parent 59de67c commit ddea9d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gapic/schema/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ def proto(self) -> Proto:
12621262
)
12631263
for k, v in naive.services.items()
12641264
),
1265-
meta=naive.meta.with_context(collisions=naive.names),
1265+
meta=naive.meta.with_context(collisions=naive.names, self.context_cache),
12661266
)
12671267

12681268
@cached_property

0 commit comments

Comments
 (0)