fix(vulnerability): Update package versions with security vulnerabili…#477
Closed
nahua-aignx wants to merge 1 commit intomainfrom
Closed
fix(vulnerability): Update package versions with security vulnerabili…#477nahua-aignx wants to merge 1 commit intomainfrom
nahua-aignx wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates dependency constraints/lockfile entries to remediate reported pip-audit vulnerabilities in the SDK’s runtime dependency set.
Changes:
- Bump
pyjwt[crypto]minimum to>=2.12.0and lock to2.12.1(CVE-2026-32597). - Add/override
orjson>=3.11.6and lock to3.11.7(CVE-2025-67221). - Regenerate
uv.lockto reflect the updated dependency graph and artifact hashes/URLs.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml |
Raises minimum versions for pyjwt and orjson to address the cited CVEs. |
uv.lock |
Locks updated resolved versions for orjson and pyjwt, plus updates the project requirements metadata accordingly. |
| "filelock>=3.20.1", # CVE-2025-68146 | ||
| "marshmallow>=3.26.2", # CVE-2025-68480 | ||
| "fastmcp>=2.0.0,<3", # MCP server - Major version 3 is in beta as of 26/01/2026 and has not been released on PyPI. Upgrade once a stable release is out. | ||
| "orjson>=3.11.6", # CVE-2025-67221 |
Codecov Report✅ All modified and coverable lines are covered by tests. |
|
neelay-aign
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fixing the following issue: