Commit ac7c7a1
authored
Fix
This is a backport of #254 plus a few v0.15 specific fixes to make the
CI pass in this old branch.
- **Bump `frequenz-api-common` submodule to v0.6.2**
- **Pin grpc related dependencies**
- **Bump mkdocstrings dependencies**
- **Fix `mypy` configuration**
- **Stop using strict mode in `mkdocs.yml`**grpc dependencies (#259)File tree
4 files changed
+35
-22
lines changed- submodules
4 files changed
+35
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 3 | | |
16 | 4 | | |
17 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
105 | 103 | | |
106 | 104 | | |
107 | 105 | | |
108 | | - | |
| 106 | + | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
29 | | - | |
| 36 | + | |
30 | 37 | | |
31 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
32 | 45 | | |
33 | 46 | | |
34 | 47 | | |
| |||
46 | 59 | | |
47 | 60 | | |
48 | 61 | | |
49 | | - | |
50 | | - | |
51 | 62 | | |
52 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
53 | 67 | | |
54 | 68 | | |
55 | 69 | | |
56 | 70 | | |
| 71 | + | |
57 | 72 | | |
58 | 73 | | |
59 | 74 | | |
| |||
103 | 118 | | |
104 | 119 | | |
105 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
106 | 133 | | |
107 | 134 | | |
108 | 135 | | |
| |||
Submodule frequenz-api-common updated 15 files
- .github/dependabot.yml+2-2
- .github/labeler.yml+30-20
- .github/workflows/labeler.yml+1-1
- .gitmodules-3
- RELEASE_NOTES.md+2-5
- proto/frequenz/api/common/v1/market/energy.proto+2-2
- proto/frequenz/api/common/v1/market/price.proto+6-6
- proto/frequenz/api/common/v1/metrics/metric_sample.proto+56-34
- proto/frequenz/api/common/v1/microgrid/components/components.proto+5-2
- proto/frequenz/api/common/v1/microgrid/sensors/sensors.proto+3-3
- proto/frequenz/api/common/v1/types/decimal.proto+25
- py/frequenz/api/common/v1/types/__init__.py
- pyproject.toml+25-17
- pytests/test_common.py+13
- submodules/api-common-protos-1
0 commit comments