Skip to content

Commit 5ba3745

Browse files
authored
Allow the latest pkg:googleapis_auth (#775)
Closes #772
1 parent aa915bf commit 5ba3745

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.4
2+
3+
* Allow the latest `package:googleapis_auth`.
4+
15
## 4.0.3
26

37
* Widen `package:protobuf` constraint to allow version 4.0.0.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: grpc
2-
version: 4.0.3
2+
version: 4.0.4
33
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
44
repository: https://github.com/grpc/grpc-dart
55

@@ -15,7 +15,7 @@ dependencies:
1515
async: ^2.5.0
1616
crypto: ^3.0.0
1717
fixnum: ^1.0.0
18-
googleapis_auth: ^1.1.0
18+
googleapis_auth: ">=1.1.0 <3.0.0"
1919
meta: ^1.3.0
2020
http: ">=0.13.0 <2.0.0"
2121
http2: ^2.2.0

0 commit comments

Comments
 (0)