We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec7ef4 commit efe147dCopy full SHA for efe147d
1 file changed
librarian.yaml
@@ -18,6 +18,22 @@ sources:
18
googleapis:
19
commit: fe04226e3d76435acbfd3ffb51f6771740e1fb5b
20
sha256: e99c641a9c5525394de43c762b9db50c3ada1f219d6dbdba594ae992fbe1d838
21
+tools:
22
+ pip:
23
+ - name: gapic-generator
24
+ version: "1.37.1"
25
+ - name: nox
26
+ version: "2025.11.12"
27
+ - name: ruff
28
+ version: "0.14.14"
29
+ - name: isort
30
+ version: "5.11.0"
31
+ - name: black
32
+ version: "23.7.0"
33
+ package: "black[jupyter]==23.7.0"
34
+ - name: synthtool
35
+ version: "e643ce8e20f8fe237a31a1754524ba987de72875"
36
+ package: "gcp-synthtool@git+https://github.com/googleapis/synthtool@e643ce8e20f8fe237a31a1754524ba987de72875"
37
default:
38
output: packages
39
tag_format: '{name}-v{version}'
0 commit comments