Skip to content

Commit c485754

Browse files
authored
Prepare 0.13.7, widening constraint on package:http (dart-archive/appengine#169)
1 parent c5f4735 commit c485754

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pkgs/appengine/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.13.7
2+
* Widen dependency constraint on `package:http`.
3+
14
## 0.13.6
25

36
* Require Dart 2.19.

pkgs/appengine/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: appengine
2-
version: 0.13.6
2+
version: 0.13.7
33
description: >
44
Support for using Dart as a custom runtime on Google App Engine Flexible
55
Environment
@@ -17,7 +17,7 @@ dependencies:
1717
gcloud: ^0.8.10
1818
googleapis_auth: ^1.1.0
1919
grpc: ^3.1.0
20-
http: ^0.13.3
20+
http: '>=0.13.3 <2.0.0'
2121
logging: ^1.0.1
2222
path: ^1.8.0
2323
protobuf: ^2.0.0

0 commit comments

Comments
 (0)