changelog / post
Truss support for pyproject.toml and uv.lock
Truss now supports pyproject.toml and uv.lock as dependency formats in addition to requirements.txt. You can use any of these formats as the requirements_file in your Truss and Chains config. For example:
model_name: My Model
resources:
accelerator: A10G
cpu: "4"
memory: 16Gi
requirements_file: ./pyproject.tomlFor more information, see the Truss configuration documentation.