roboflow / inference

A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.
https://inference.roboflow.com
Other
1.38k stars 133 forks source link

Fix bug with primitive types parsing in Worklfows #825

Closed PawelPeczek-Roboflow closed 1 week ago

PawelPeczek-Roboflow commented 1 week ago

Description

There was a bug causing this problem - when Tuple[...,...] was annotated in manifest, it was not possible to be parsed by introspection module. image

Fixed and now we have: image

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