Matt Robinson
Matt Robinson
Thanks for this @nicoloboschi ! Just turned on the CI pipeline. If I recall correctly, it was `onnx` that was blocking 3.12 support before, but that should be resolved now.
CI failure was due to this. We may be able to work around that though. ```python ERROR: Cannot install argilla==1.28.0 because these package versions have conflicting dependencies. The conflict is...
Ahh disregard, I see you have a PR open for 3.12 support in Argilla as well.
@gokturkDev - In the meantime, I'd try manually running `make install` on the branch for this PR. The version updates @nicoloboschi added to `contraints.txt` are what you need to enable...
@nicoloboschi - Going to merge this into a feature branch and then get it into `main` from there. Failing tests are because env vars are missing on the fork. Thank...
New PR is #3047
 OS: Windows 11 in my PC but I´m running the code in Databricks Notebooks or in Google Colab with the same result. Python Version: Python 3.10.6 Unstructured Version: lasta...
Sounds good, I'll update this issue to reflect removing that document from `example-docs`, and we can keep an eye out for other examples of corrupted files.
The [`unstructured-python-client`](https://github.com/Unstructured-IO/unstructured-python-client) is the preferred way to call the API now. @awalker4 - do you know if the client supports turning off SSL verify? Separately, added an issue internally to...
Thanks! Please reference the link @awalker4 provided above if you need to use the API without SSL verification.