From c1ff7645da914136d84ccd5a21647d9f68e251ed Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 31 Mar 2025 14:49:31 -0700 Subject: [PATCH] Allow the latest pkg:googleapis_auth Closes https://github.com/grpc/grpc-dart/pull/772 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d32db8..6676c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.4 + +* Allow the latest `package:googleapis_auth`. + ## 4.0.3 * Widen `package:protobuf` constraint to allow version 4.0.0. diff --git a/pubspec.yaml b/pubspec.yaml index e08d9c6..1538b0b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: grpc -version: 4.0.3 +version: 4.0.4 description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. repository: https://github.com/grpc/grpc-dart @@ -15,7 +15,7 @@ dependencies: async: ^2.5.0 crypto: ^3.0.0 fixnum: ^1.0.0 - googleapis_auth: ^1.1.0 + googleapis_auth: ">=1.0.0 <3.0.0" meta: ^1.3.0 http: ">=0.13.0 <2.0.0" http2: ^2.2.0