After a long wait, PDM has finally added support for workspaces.
Try it out in 2.28.0.
pdm-project.org/en/latest/usag…
A modern Python package manager
- In the newly released 2.25.0 version, PDM has added experimental support for PEP 751 pylock.toml file as the primary lock format. Now you can rebuild a PDM project from any tool-generated pylock.toml. It is still opt-in; you just need to run `pdm config lock.format pylock`.
- We are on the way to supporting PEP 751, the first step is to allow exporting to pylock.toml. Stay tuned: github.com/pdm-project/pd… peps.python.org/pep-0751/
- Added a new template for developing MCP servers. Use this template with the following command:
- Now PDM is shipped with standalone binaries that do not rely on Python interpreters.

