Allow the latest pkg:googleapis_auth

Closes https://github.com/grpc/grpc-dart/pull/772
This commit is contained in:
Kevin Moore 2025-03-31 14:49:31 -07:00
parent aa915bf15b
commit c1ff7645da
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 4.0.4
* Allow the latest `package:googleapis_auth`.
## 4.0.3 ## 4.0.3
* Widen `package:protobuf` constraint to allow version 4.0.0. * Widen `package:protobuf` constraint to allow version 4.0.0.

View File

@ -1,5 +1,5 @@
name: grpc name: grpc
version: 4.0.3 version: 4.0.4
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
repository: https://github.com/grpc/grpc-dart repository: https://github.com/grpc/grpc-dart
@ -15,7 +15,7 @@ dependencies:
async: ^2.5.0 async: ^2.5.0
crypto: ^3.0.0 crypto: ^3.0.0
fixnum: ^1.0.0 fixnum: ^1.0.0
googleapis_auth: ^1.1.0 googleapis_auth: ">=1.0.0 <3.0.0"
meta: ^1.3.0 meta: ^1.3.0
http: ">=0.13.0 <2.0.0" http: ">=0.13.0 <2.0.0"
http2: ^2.2.0 http2: ^2.2.0