112 lines
2.4 KiB
YAML
112 lines
2.4 KiB
YAML
# Copyright 2016 Google Inc. All Rights Reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
|
|
# 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'
|
|
upper: '2.0dev'
|
|
nodejs:
|
|
lower: '0.9.8'
|
|
ruby:
|
|
lower: '0.6.1'
|
|
|
|
grpc_version:
|
|
csharp:
|
|
lower: '1.10.1'
|
|
python:
|
|
lower: '1.0.2'
|
|
upper: '2.0dev'
|
|
nodejs:
|
|
lower: '1.1.2'
|
|
ruby:
|
|
lower: '1.0'
|
|
java:
|
|
lower: '1.10.1'
|
|
|
|
gax_version:
|
|
python:
|
|
lower: '0.15.7'
|
|
upper: '0.16dev'
|
|
nodejs:
|
|
lower: '0.16.1'
|
|
php:
|
|
lower: '0.30.2'
|
|
ruby:
|
|
lower: '1.0'
|
|
java:
|
|
lower: '1.23.0'
|
|
|
|
gax_grpc_version:
|
|
csharp:
|
|
lower: '2.3.0'
|
|
java:
|
|
lower: '1.23.0'
|
|
|
|
proto_version:
|
|
python:
|
|
lower: '3.0.0'
|
|
upper: '4.0dev'
|
|
nodejs:
|
|
# This is the version of ProtoBuf.js.
|
|
lower: '5.0.1'
|
|
php:
|
|
lower: '3.5.1'
|
|
ruby:
|
|
lower: '3.5'
|
|
java:
|
|
lower: '3.5.1'
|
|
|
|
# Dependencies on gRPC/proto packages referenced in the proto_deps
|
|
# field of the Artman config.
|
|
|
|
google-common-protos_version:
|
|
python:
|
|
name_override: googleapis-common-protos
|
|
lower: '1.5.2'
|
|
upper: '2.0dev'
|
|
ruby:
|
|
name_override: googleapis-common-protos
|
|
lower: '1.3.1'
|
|
java:
|
|
lower: '1.11.0'
|
|
|
|
google-iam-v1_version:
|
|
csharp:
|
|
name_override: Google.Cloud.Iam.V1
|
|
lower: '1.0.0'
|
|
python:
|
|
name_override: grpc-google-iam-v1
|
|
lower: '0.11.1'
|
|
upper: '0.12dev'
|
|
ruby:
|
|
name_override: grpc-google-iam-v1
|
|
lower: '0.6.9'
|
|
java:
|
|
lower: '0.12.0'
|
|
|
|
api_common_version:
|
|
java:
|
|
lower: '1.5.0'
|