Skip to content

Commit 4af69c4

Browse files
authored
chore: update librarian to v0.31.0 (#17923)
Update librarian version and re-generate. Run with commands: ``` go run github.com/googleapis/librarian/cmd/librarian@latest update version V=$(go run github.com/googleapis/librarian/cmd/librarian@latest config get version) go run github.com/googleapis/librarian/cmd/librarian@${V} tidy # Build a new Docker image go run github.com/googleapis/librarian/tool/cmd/builddockerimages@latest --language python --version=${V} # Regenerate all libraries in Docker. Around 2 minutes. docker run -u $(id -u):$(id -g) -v .:/repo -v ~/.cache:/.cache -w /repo docker.io/library/librarian-python:${V} generate -v --all ```
1 parent 3eb4a32 commit 4af69c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
language: python
15-
version: v0.30.0
15+
version: v0.31.0
1616
repo: googleapis/google-cloud-python
1717
sources:
1818
googleapis:

0 commit comments

Comments
 (0)