Unstructured-IO / Unstructured-IO/unstructured-inference
Python version seems quite restrictive
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 209
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Currently the deps are set to
Requires: Python <3.13, >=3.12
The main packages has
Requires: Python <3.14, >=3.11
We're using python version 3.13.12 which im sure would be fine but pip refuses to let me install. How long does it typically take for these versions to get support?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the dependency metadata that declares Python support for this project and compare it with the main package's stated range. Confirm whether Python 3.13.12 is supported, then define the required version update and verify that pip can install the package under the supported versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100