Commit a42f02e
Oracles Technologies LLC
fix: cap transformers<5 pending stable release; remove diskcache dep
- transformers: pinned to >=4.21.0,<5 in [ml] and [all] extras to block
accidental installation of 5.0.0rc3 (CVE-2026-1839 fix is a pre-release).
Comment added noting cap should be removed once 5.0.0 stable ships.
- pyproject.toml no longer declares diskcache; it was silently orphaned after
the cache layer was rewritten to cachetools.TTLCache (eliminating the
CVE-2025-69872 attack surface). Stale 0.1.0a1 dist-info entries from the
unused GuardianSDK repo have been removed from the venv.
- All other pip-audit findings remediated: filelock 3.20.3, protobuf 6.33.5,
pygments 2.20.0, pytest 9.0.3, python-dotenv 1.2.2, python-multipart 0.0.26,
requests 2.33.0, urllib3 2.6.3, onnx 1.21.0, setuptools 78.1.1, pip 26.0.
- Remaining open: pip/CVE-2026-3219 (no upstream fix yet).
- 1043 tests pass.1 parent e57fe8e commit a42f02e
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
145 | | - | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
0 commit comments