generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Description
I've encountered an issue with a dependency in my project that makes HTTP requests to httpbin.org as a dummy request. This behavior causes problems in environments with limited or no internet access, when self-hosting the unstructured api.
- unstructured-client < 0.26.0 makes this request. This is fixed in any version >= 0.26.1.
Possible fix
The easiest fix would be to bump the locked version of unstructured-client to at least 0.26.1.
I would be happy to help and contribute a pull request.
EDIT:
Change requested version to 0.26.1 because it is the first version that addresses the issue (see this)
Metadata
Metadata
Assignees
Labels
No labels