Synchronize new proto/yaml changes.
PiperOrigin-RevId: 197932310
This commit is contained in:
parent
d642131a6e
commit
932f273004
|
|
@ -15,6 +15,13 @@
|
|||
|
||||
# Provides default values used as metadata when constructing various packages.
|
||||
|
||||
# THIS FILE IS DEPRECATED
|
||||
# Its new location is:
|
||||
# https://github.com/googleapis/gapic-generator/blob/master/src/main/resources/com/google/api/codegen/packaging/api_defaults.yaml
|
||||
# Artman will no longer use this file as of version 0.10.0. It is only being
|
||||
# kept around for users of older versions of Artman, and it will eventually
|
||||
# be deleted.
|
||||
|
||||
author: Google LLC
|
||||
email: googleapis-packages@google.com
|
||||
homepage: https://github.com/googleapis/googleapis
|
||||
|
|
|
|||
|
|
@ -16,6 +16,13 @@
|
|||
# Configures the version of the dependencies of various generated packages, and
|
||||
# related information.
|
||||
|
||||
# THIS FILE IS DEPRECATED
|
||||
# Its new location is:
|
||||
# https://github.com/googleapis/gapic-generator/blob/master/src/main/resources/com/google/api/codegen/packaging/dependencies.yaml
|
||||
# Artman will no longer use this file as of version 0.10.0. It is only being
|
||||
# kept around for users of older versions of Artman, and it will eventually
|
||||
# be deleted.
|
||||
|
||||
auth_version:
|
||||
python:
|
||||
lower: '1.0.2'
|
||||
|
|
|
|||
Loading…
Reference in New Issue