conductor-python
conductor-python copied to clipboard
Type fix: HTTPInput.Headers unexpected type Dict[str,List[str]]
Hello,
Shouldn't HTTP Headers be a dict[str, str] instead of [str, List[str]]?
Orkes UI also complains about this:
And I receive this headers:
Either the issue is in the typing or marshalling the data.