chore+feat(python-utils): update to pyo3 0.27, introduce helpers like FromPyObjectViaParse and IntoPyObjectViaDisplay before I make macros that can complement or replace them

This commit is contained in:
2026-01-07 02:14:58 -05:00
parent eff0ad2bf8
commit 48f29ea7d6
3 changed files with 166 additions and 32 deletions

View File

@@ -5,4 +5,6 @@ edition = "2021"
license = { workspace = true }
[dependencies]
derive_more = { workspace = true }
pyo3 = { workspace = true }
snafu = { workspace = true }