Open
Description
Is your feature request related to a problem? Please describe.
Unstructured is using >=3.10,<3.13
(link), I think in the long term it would be better to use >=3.10,<4.0
. This also matches with Langchain's Python version, which is currently set to >=3.10,<4.0
(link), so when using unstructured for document loading within Langchain both packages are easier to set up
Describe the solution you'd like
Switch the python_requires=">=3.9.0,<3.13"
in setup.py
to use >=3.10,<4.0