chore(security): update packages with issues#1989
Conversation
Greptile SummaryThis PR addresses several Dependabot security advisories by relaxing or bumping version constraints across Python and JavaScript dependencies.
Confidence Score: 4/5Safe to merge with awareness that the web API form/file-upload routes remain broken for users following the updated README instructions. The python-multipart dependency that was explicitly listed in the deleted requirements.txt is not carried over into the web extra, leaving FastAPI form/file endpoints silently broken for anyone installing via .[web] as the README now instructs. pyproject.toml — the web extra is missing python-multipart, and the transformers upper-bound cap at 4.54 is narrower than the rest of the updated packages. Important Files Changed
Reviews (3): Last reviewed commit: "chore(security): update packages with is..." | Re-trigger Greptile |
de52bb7 to
363fe34
Compare
363fe34 to
617c5e3
Compare
Problem
We have quite a few package security issues: https://github.com/dimensionalOS/dimos/security/dependabot
Closes DIM-XXX
Solution
Breaking Changes
None.
How to Test
Contributor License Agreement