Replies: 1 comment 3 replies
-
@Coniferish Hi, could you please take a look at this? I really appreciate all the work you’re doing. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Request for New Release of langchain-unstructured to Update Dependency Libraries
Motivation
I am using FastAPI + Uvicorn to deploy my web service, which includes using
unstructured-client
. However, I encountered an issue related to uvloop. Recently, I noticed that the issue has been resolved inUnstructured-IO/unstructured-python-client#142
But the fix is only available in versions
0.25.2
and later.Currently, the
langchain-unstructured
package depends onunstructured-client
version^0.24.1
, which prevents some package management tools (such as Poetry) from updating unstructured-client to the latest version. Therefore, I kindly request an update tolangchain-unstructured
to include the newer version ofunstructured-client
.Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions