Commit abe7b8e
Update Version and bump requirements (#528)
This branch updates multiple dependencies to address open CVE (Common
Vulnerabilities and Exposures) security vulnerabilities and brings the
project up to date with the latest unstructured package release.
Key Changes:
- Version bump: 0.0.89 → 0.0.90
- Major dependency updates:
- unstructured: 0.17.2 → 0.18.18
- torch: 2.7.1 → 2.9.0
- transformers: 4.52.4 → 4.57.1
- fastapi: 0.115.12 → 0.121.0
- cryptography: 45.0.4 → 46.0.3
- pillow: 11.3.0 → 12.0.0
- scipy: 1.15.3 → 1.16.3
- networkx: 3.4.2 → 3.5
Additional improvements:
- Enhanced Makefile pip-compile workflow for better requirement
management
- Added constraints.txt for improved dependency resolution
- Streamlined test requirements (reduced from 723 to much fewer lines)
---------
Co-authored-by: Claude <[email protected]>1 parent 534314e commit abe7b8e
File tree
9 files changed
+234
-713
lines changed- .github/workflows
- prepline_general/api
- requirements
- scripts
9 files changed
+234
-713
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | | - | |
43 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
46 | 64 | | |
47 | 65 | | |
48 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments