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'd like to start small (as in, a small dependency tree) but with a project that benefits from having a platform independent lock file. So probably a project that utilizes the universal locking of Poetry or PDM.
I'd also like to try locking packse's pyproject.toml and see what happens.
The idea is to see what issues arise with our universal locking implementation in real projects.
bidict has a pretty small dependency tree (no runtime deps, and just a handful of test deps), in case it's a good candidate for testing this with -- it would exercise resolving different dependencies for different versions of python as well as for different dependency groups all into the same lockfile. It currently uses uv pip compile-generated requirements files (rather than Poetry or PDM). Looking forward to simplifying all those test.txt requirements files (under the dev-deps/* subtree) that have been required without this feature.
I'd like to start small (as in, a small dependency tree) but with a project that benefits from having a platform independent lock file. So probably a project that utilizes the universal locking of Poetry or PDM.
I'd also like to try locking packse's
pyproject.toml
and see what happens.The idea is to see what issues arise with our universal locking implementation in real projects.
Ref #3347
The text was updated successfully, but these errors were encountered: