Commit 9ecb988
deps: upgrade PyO3 to 0.29 and align ecosystem crates
Bump PyO3 from 0.28 to 0.29.0 to pick up the security fix, moving the
whole binding family in lockstep (they must share one PyO3 minor):
pyo3 0.28 -> 0.29.0
numpy 0.28 -> 0.29.0
pythonize 0.28 -> 0.29.0
pyo3-arrow 0.17 -> 0.19.0
pyo3-object_store 0.9 -> 0.11.0 (pulls pyo3-async-runtimes 0.29)
pyo3-arrow 0.19 and nuts-rs 0.18.3 both require arrow 59, so bump
arrow 58 -> 59 and nuts-rs 0.18.0 -> 0.18.3 to keep them aligned.
nuts-rs 0.18.3 removed ArrowConfig::new(); use ArrowConfig::default()
(store_warmup: true), which preserves the previous behavior.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 896ea9a commit 9ecb988
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
972 | | - | |
| 972 | + | |
973 | 973 | | |
974 | 974 | | |
975 | 975 | | |
| |||
0 commit comments