You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update frequenz-client-common requirement from <0.3.0,>=0.1.0 to >=0.1.0,<0.4.0 (#115)
This PR follows up on #89 and fixes dependency issues as well as new
required changes caused by the update of `frequenz-client-common` from
<0.3.0,>=0.1.0 to >=0.1.0,<0.4.0.
More specifically, the following dependencies were upgraded:
* Bump `grpcio` to >=1.68.1,<2
* Bump `protobuf` to >=5.29.2,<6
And `page_token` was added as a parameter to the list functions, so that
it is explicitly in the pagination parameters (as it is no longer an
optional parameter in the latest version).
0 commit comments