Skip to content

Upgrade vulnerable Python dependencies in lockfile#257

Open
arpitjain099 wants to merge 1 commit into
huggingface:mainfrom
arpitjain099:security/upgrade-python-dependencies
Open

Upgrade vulnerable Python dependencies in lockfile#257
arpitjain099 wants to merge 1 commit into
huggingface:mainfrom
arpitjain099:security/upgrade-python-dependencies

Conversation

@arpitjain099
Copy link
Copy Markdown

Summary

  • refresh uv.lock with targeted upgrades for vulnerable dependencies flagged by Dependabot
  • move high/critical packages to patched releases, including litellm, authlib, python-multipart, aiohttp, tornado, and urllib3
  • keep the remediation scoped to lockfile-only dependency updates (no application code changes)

Validation

  • python3 -m uv run --extra dev pytest -q (389 passed, 3 skipped)

Refresh uv.lock to move high/critical dependencies to patched releases, including litellm, authlib, python-multipart, aiohttp, tornado, urllib3, and related transitive packages identified by Dependabot.

Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
@arpitjain099 arpitjain099 force-pushed the security/upgrade-python-dependencies branch from 1aa983f to c5062dd Compare May 13, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant