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
I noticed that since a couple days ago, our CI's daily run at https://github.com/widgetti/solara is failing due to a build error for this package (see, for instance, this run). The error is:
💥 maturin failed
Caused by: `project.version` field is required in pyproject.toml unless it is present in the `project.dynamic` list
Looks like since the last release of maturin, setting project.version either statically or dynamically in pyproject.toml is required, as per PyO3/maturin#2391.