UV Dependency Resolver Helper Server

This helper server uses uv to resolve dependencies specified in a pyproject.toml file. It creates a temporary virtual environment and runs the resolution based on the provided strategy and whether to build universal wheels.

This requires the toml file to be uploaded and only works if the dependencies are specified in the pyproject.toml as in the PEP 621 specification.

Resolution Strategy

Whether to build universal wheels during resolution.

Examples
pyproject.toml File Resolution Strategy Python Platform Python Version Build Universal Wheels