You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(python): use dynamic version from Cargo.toml in pyproject.toml
Replace the hardcoded version with `dynamic = ["version"]` so maturin
automatically reads the version from Cargo.toml at build time, keeping
Python and Rust package versions in sync.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>