Commit c997827
authored
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).File tree
3 files changed
+14
-7
lines changed- src/frequenz/client/electricity_trading
3 files changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
840 | | - | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
841 | 843 | | |
842 | 844 | | |
843 | 845 | | |
| |||
911 | 913 | | |
912 | 914 | | |
913 | 915 | | |
914 | | - | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
915 | 919 | | |
916 | 920 | | |
917 | 921 | | |
| |||
980 | 984 | | |
981 | 985 | | |
982 | 986 | | |
983 | | - | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
984 | 990 | | |
985 | 991 | | |
986 | 992 | | |
| |||
0 commit comments