prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)
https://prefix.dev
BSD 3-Clause "New" or "Revised" License
643 stars 21 forks source link

chore: update dependencies and use fork of pyproject-toml-rs #209

Closed wolfv closed 7 months ago

wolfv commented 7 months ago

I had to make a PR to pyproject-toml-rs to support the latest versions of the pep* crates. Otherwise we're in dependency hell unfortunately (because rattler has already updated, these are incompatible).

https://github.com/PyO3/pyproject-toml-rs/pull/18

tdejager commented 7 months ago

You mean we update to the types that ratller use :)?