mineru-3.0.5-released
opendatalab/MinerUmineru-3.0.5-releasedMar 31, 2026by myhloli
AI Summary
Focuses on improving Windows compatibility and dependency management. Key updates include fixes for FastAPI child process shutdown, Swagger UI JSON schema updates, and installation path resolution for Windows.
Key Highlights
- Improved shutdown handling for FastAPI child process on Windows
- Added custom JSON schema for file upload in Swagger UI
- Fixed sys_platform identifier for Windows to ensure lmdeploy installs correctly
- Added albumentations dependency to pyproject.toml
New Features
- Windows compatibility improvements
- Dependency management updates
Full Release Notes
## What's Changed - fix: improve shutdown handling for FastAPI child process on Windows at 3.0.4 - fix: add custom JSON schema for file upload in Swagger UI to support `fastapi>=0.130.0` - fix: update the `sys_platform` identifier for Windows in `pyproject.toml` to resolve the issue where installing `[all]` on Windows does not automatically install `lmdeploy` - feat: add albumentations dependency to pyproject.toml #4701 **Full Changelog**: https://github.com/opendatalab/MinerU/compare/mineru-3.0.4-released...mineru-3.0.5-released