Marketplace/DevOps lacking incremental functionality

Hello! I am working with Marketplace/DevOps and on the docs page for Code Repositories, it states that “Supported features include: Incremental transforms”:

I have an incremental transform I am attempting to add to a marketplace deployment that has the semantic_version and snapshot_inputs defined and it produces this error:
{
“type”: “unsupportedJobSpecFormat”,
“unsupportedJobSpecFormat”: {
“details”: “Expected incrementalOptions to be empty”
}
}

I tried removing semantic_version and snapshot_inputs, but it still failed to add the incremental transform to the marketplace deployment.

If I removed the incremental decorator entirely, it works.

The code repo is up to date and on the following package versions:
foundry-container-sidecar-api=0.1757.0=py_0 @ noarch
foundry-data-sidecar-api=0.836.0=py_0 @ noarch
foundry-platform-sdk=1.12.0=pyhd8ed1ab_0 @ noarch
foundry-transforms-lib-python=0.867.0=py_0 @ noarch
transforms-container-ops-python=0.85.0=py311 @ linux-64
transforms-expectations=0.817.0=py_0 @ noarch
transforms-external-systems=0.817.0=py_0 @ noarch
transforms-preview=0.817.0=py_0 @ noarch
transforms-sidecar=0.817.0=py_0 @ noarch
transforms-verbs=0.817.0=py_0 @ noarch
transforms=2.345.0=py_0 @ noarch

Is there a known timeline on when adding options like semantic_version and snapshot_inputs will be supported by marketplace? As the documentation is indicating that it should already work.