Releases: Unstructured-IO/unstructured-platform-plugins
Releases · Unstructured-IO/unstructured-platform-plugins
0.0.41
0.0.40
- fix Pydantic error where dataclass is asking status code is a int but e.status_code is None
0.0.39
- Remove wrap_error logic as exceptions are categorized in unstructured-ingest
0.0.38
get rid of 512 UnrecoverableException
0.0.37
0.0.36
chore: allow raise HTTPexcpetion with dict as detail msg (#57) https://github.com/Unstructured-IO/platform-plugins/pull/673#issuecomment-3024686223
0.0.35
Streaming response returns filedata_meta when handling exception
0.0.34
chore [Nex-57]: remove calling `wrap_error` for `HTTPException` (#55) we should not add each case for different HTTP status code -> should just raise one when we see one `wrap_error` should only be called for `Exception`
0.0.33
Handle 422 errors (#53)
0.0.32
Always return InvokeResponse when handling exception