From 8e80241b0277446e00dacccb7d073106b03af0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20So=C3=B3s?= Date: Thu, 5 Sep 2024 13:17:25 +0200 Subject: [PATCH] Upgrade googleapis constraint (dart-lang/gcloud#192) --- pkgs/gcloud/CHANGELOG.md | 3 +++ pkgs/gcloud/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/gcloud/CHANGELOG.md b/pkgs/gcloud/CHANGELOG.md index 7612b0e2..0407ec8c 100644 --- a/pkgs/gcloud/CHANGELOG.md +++ b/pkgs/gcloud/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.8.13 +- Support the latest version `^13.0.0` of the `googleapis` package. + ## 0.8.12 - Support the latest version 12.0.0 of the `googleapis` package. diff --git a/pkgs/gcloud/pubspec.yaml b/pkgs/gcloud/pubspec.yaml index b02ccb4f..b315607c 100644 --- a/pkgs/gcloud/pubspec.yaml +++ b/pkgs/gcloud/pubspec.yaml @@ -1,5 +1,5 @@ name: gcloud -version: 0.8.12 +version: 0.8.13 description: >- High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore. repository: https://github.com/dart-lang/gcloud @@ -13,7 +13,7 @@ environment: dependencies: _discoveryapis_commons: ^1.0.0 - googleapis: '>=3.0.0 <13.0.0' + googleapis: '>=3.0.0 <14.0.0' http: '>=0.13.5 <2.0.0' meta: ^1.3.0 retry: ^3.1.1