Skip to content

Commit

Permalink
Upgrade googleapis constraint (dart-archive/gcloud#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Sep 5, 2024
1 parent 835f979 commit 8e80241
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pkgs/gcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions pkgs/gcloud/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8e80241

Please sign in to comment.