dart-archive / rpc

RPC package for building server-side RESTful Dart APIs.
https://pub.dartlang.org/packages/rpc
BSD 3-Clause "New" or "Revised" License
117 stars 49 forks source link

Upgrade gcloud dependency to 0.3.0 #97

Closed avoivo closed 8 years ago

avoivo commented 8 years ago

Gcloud package recently released 0.3.0 adding support for latest google apis. In a existing project of mine that uses both rpc and gcloud, i changed the gcloud dependency to version 0.3.0 and i got the following error.

Package rpc has no versions that match >=0.5.6+1 <0.6.0 derived from:
- pub_test depends on version ^0.5.6+1

Are there any suggestions or workarounds?

zoechi commented 8 years ago

You can use dependency_overrides: to unblock you until an update is published.

avoivo commented 8 years ago

Thanx @zoechi

mkustermann commented 8 years ago

I've just published a new version which widens several dependency constraints, including the one for package:gcloud.