diff --git a/CHANGELOG.md b/CHANGELOG.md index 897ba3faa..4e1bd5440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.13.7 + * Widen dependency constraint on `package:http`. + ## 0.13.6 * Require Dart 2.19. diff --git a/pubspec.yaml b/pubspec.yaml index 818fde8f4..67a6991f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: appengine -version: 0.13.6 +version: 0.13.7 description: > Support for using Dart as a custom runtime on Google App Engine Flexible Environment @@ -17,7 +17,7 @@ dependencies: gcloud: ^0.8.10 googleapis_auth: ^1.1.0 grpc: ^3.1.0 - http: ^0.13.3 + http: '>=0.13.3 <2.0.0' logging: ^1.0.1 path: ^1.8.0 protobuf: ^2.0.0