Closed PawelPeczek-Roboflow closed 1 week ago
There was a bug causing this problem - when Tuple[...,...] was annotated in manifest, it was not possible to be parsed by introspection module.
Tuple[...,...]
introspection
Fixed and now we have:
Please delete options that are not relevant.
For example, documentation changes, usability, usage/costs, secrets, etc.
Description
There was a bug causing this problem - when
Tuple[...,...]
was annotated in manifest, it was not possible to be parsed byintrospection
module.Fixed and now we have:
Type of change
Please delete options that are not relevant.
How has this change been tested, please provide a testcase or example of how you tested the change?
Any specific deployment considerations
For example, documentation changes, usability, usage/costs, secrets, etc.
Docs