Regrettably, it looks like the fix didn't fix enough. The job now fails with Error message "content-type", which I have to imagine you were pulling from the headers field in the return object. Request and response objects haven't changed.
Apparently the headers and userAgent fields have been deprecated. Can you work with that or do you need any of that info to be passed through some way to FFF?
From the new V1RequestBase constructor:
Quote:
headers: list = None # deprecated v2.0.0, not used
userAgent: str = None # deprecated v2.0.0, not used
|