We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f4735 commit c485754Copy full SHA for c485754
pkgs/appengine/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.13.7
2
+ * Widen dependency constraint on `package:http`.
3
+
4
## 0.13.6
5
6
* Require Dart 2.19.
pkgs/appengine/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:
17
gcloud: ^0.8.10
18
googleapis_auth: ^1.1.0
19
grpc: ^3.1.0
20
- http: ^0.13.3
+ http: '>=0.13.3 <2.0.0'
21
logging: ^1.0.1
22
path: ^1.8.0
23
protobuf: ^2.0.0
0 commit comments