Commit 6f57997
authored
Update python toolchain to 3.12 and upgrade pip deps (#2288)
Summary: Update python toolchain to 3.12 and upgrade pip deps
This upgrades our Python targets to a newer protobuf version in
preparation for the Bazel 7 upgrade. The Bazel 7 migration requires a
protobuf upgrade, and performing the Python/pip dependency updates first
ensures compatibility when the protobuf upgrade lands in the next step.
Relevant Issues: #2282
Type of change: /kind cleanup
Test Plan: Successful build will validate mongo and `src/api/python`
changes and verified the following
- [x] Followed [amqp_code_generation
steps](https://github.com/pixie-io/pixie/tree/68b196b9c2c6f6beed4a6a4c09ace98683bbc936/src/stirling/source_connectors/socket_tracer/protocols/amqp/amqp_code_generator)
and verified generated code is noop
- [x] Followed
[protocol_inference](https://github.com/pixie-io/pixie/tree/68b196b9c2c6f6beed4a6a4c09ace98683bbc936/src/stirling/protocol_inference)
data generation and eval steps.
---------
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>1 parent 68b196b commit 6f57997
File tree
12 files changed
+782
-573
lines changed- src
- api/python
- doc
- stirling
- protocol_inference
- source_connectors/socket_tracer
- protocols/amqp/amqp_code_generator
- testing/containers/mongodb
12 files changed
+782
-573
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 26 | | |
30 | 27 | | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 255 additions & 144 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments