Commit 042dc5c
authored
feat: regenerate monitoring using generator v1.32.0 (#17165)
Updates post processing to account for dropping support for Python 3.7,
3.8, 3.9 and impacts that has on using 3.10 for lower bounds testing.
Changes:
* Adds `pandas` and `numpy` to `constraints-3.10.txt` and installs
`pandas` extra in `prerelease_deps` and `core_deps_from_source` nox
sessions.
* Updates `pandas` dependency lower bound to `1.3.4` and updates
`constraints-3.10.txt` to use `pandas 1.3.4` and `numpy 1.21.3` to avoid
pip build errors on Python 3.10.
Partially corrects
#17153 🦕1 parent 3980e0c commit 042dc5cCopy full SHA for 042dc5c
17 files changed
+100-215Lines changed: 100 additions & 215 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .librarian/generator-input/client-post-processing
- packages/google-cloud-monitoring
- docs
- google/cloud/monitoring_v3
- types
- testing
- tests/unit/gapic/monitoring_v3
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.librarian/generator-input/client-post-processing/integrate-isolated-handwritten-code.yaml
Copy file name to clipboardExpand all lines: .librarian/generator-input/client-post-processing/integrate-isolated-handwritten-code.yaml+19-1Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
161 | 161 | |
162 | 162 | |
163 | 163 | |
164 | | - |
| 164 | + |
165 | 165 | |
166 | 166 | |
167 | 167 | |
| ||
414 | 414 | |
415 | 415 | |
416 | 416 | |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1429 | 1429 | |
1430 | 1430 | |
1431 | 1431 | |
1432 | | - |
1433 | 1432 | |
1434 | 1433 | |
1435 | 1434 | |
|
Collapse file
packages/google-cloud-monitoring/docs/conf.py
Copy file name to clipboardExpand all lines: packages/google-cloud-monitoring/docs/conf.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
83 | 83 | |
84 | 84 | |
85 | 85 | |
86 | | - |
| 86 | + |
87 | 87 | |
88 | 88 | |
89 | 89 | |
|
Collapse file
packages/google-cloud-monitoring/google/cloud/monitoring_v3/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-monitoring/google/cloud/monitoring_v3/__init__.py+4-21Lines changed: 4 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
| 24 | + |
31 | 25 | |
32 | 26 | |
33 | 27 | |
| ||
183 | 177 | |
184 | 178 | |
185 | 179 | |
186 | | - |
187 | 180 | |
188 | 181 | |
189 | 182 | |
190 | 183 | |
191 | | - |
| 184 | + |
192 | 185 | |
193 | 186 | |
194 | 187 | |
195 | 188 | |
196 | 189 | |
197 | | - |
198 | | - |
199 | | - |
200 | | - |
201 | | - |
202 | | - |
203 | | - |
204 | | - |
205 | | - |
206 | | - |
207 | | - |
| 190 | + |
208 | 191 | |
209 | 192 | |
210 | 193 | |
|
Collapse file
packages/google-cloud-monitoring/google/cloud/monitoring_v3/types/metric_service.py
Copy file name to clipboardExpand all lines: packages/google-cloud-monitoring/google/cloud/monitoring_v3/types/metric_service.py+7-8Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
191 | 191 | |
192 | 192 | |
193 | 193 | |
194 | | - |
195 | | - |
196 | | - |
| 194 | + |
| 195 | + |
197 | 196 | |
198 | | - |
| 197 | + |
199 | 198 | |
200 | 199 | |
201 | 200 | |
202 | | - |
203 | | - |
| 201 | + |
| 202 | + |
204 | 203 | |
205 | | - |
| 204 | + |
206 | 205 | |
207 | 206 | |
208 | 207 | |
|
Collapse file
packages/google-cloud-monitoring/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-cloud-monitoring/noxfile.py+3-5Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
35 | 34 | |
36 | 35 | |
37 | 36 | |
| ||
392 | 391 | |
393 | 392 | |
394 | 393 | |
395 | | - |
396 | 394 | |
397 | 395 | |
398 | 396 | |
| ||
465 | 463 | |
466 | 464 | |
467 | 465 | |
468 | | - |
| 466 | + |
469 | 467 | |
470 | 468 | |
471 | 469 | |
| ||
558 | 556 | |
559 | 557 | |
560 | 558 | |
561 | | - |
| 559 | + |
562 | 560 | |
563 | 561 | |
564 | 562 | |
|
Collapse file
packages/google-cloud-monitoring/setup.py
Copy file name to clipboardExpand all lines: packages/google-cloud-monitoring/setup.py+6-7Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | | - |
| 46 | + |
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | 51 | |
52 | | - |
| 52 | + |
53 | 53 | |
54 | 54 | |
55 | 55 | |
| ||
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | | - |
| 75 | + |
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | 81 | |
82 | 82 | |
83 | | - |
84 | 83 | |
85 | 84 | |
86 | 85 | |
| ||
91 | 90 | |
92 | 91 | |
93 | 92 | |
94 | | - |
| 93 | + |
95 | 94 | |
96 | 95 | |
97 | 96 | |
|
Collapse file
packages/google-cloud-monitoring/testing/constraints-3.10.txt
Copy file name to clipboard+13-10Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
Collapse file
packages/google-cloud-monitoring/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/google-cloud-monitoring/testing/constraints-3.9.txt-16Lines changed: 0 additions & 16 deletions
This file was deleted.
Collapse file
packages/google-cloud-monitoring/tests/unit/gapic/monitoring_v3/test_alert_policy_service.py
Copy file name to clipboardExpand all lines: packages/google-cloud-monitoring/tests/unit/gapic/monitoring_v3/test_alert_policy_service.py+5-15Lines changed: 5 additions & 15 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | 16 | |
26 | 17 | |
| 18 | + |
27 | 19 | |
| 20 | + |
| 21 | + |
28 | 22 | |
29 | 23 | |
30 | 24 | |
| ||
1880 | 1874 | |
1881 | 1875 | |
1882 | 1876 | |
1883 | | - |
1884 | | - |
1885 | | - |
1886 | | - |
1887 | | - |
| 1877 | + |
1888 | 1878 | |
1889 | 1879 | |
1890 | 1880 | |
|
0 commit comments