Skip to content

Commit a887040

Browse files
authored
Bump python packages to resolve cves (#2394)
## Summary Remediates two HIGH-severity vulnerabilities in the Python app image: | Dependency | Previous | Updated | Advisory | | --- | --- | --- | --- | | `aiohttp` | 3.13.5 | 3.14.3 | CVE-2026-69244 | | `cryptography` | 49.0.0 | 50.0.0 | CVE-2026-69247 | Also updates `pyOpenSSL` from 26.3.0 to 26.4.0 for compatibility with cryptography 50. ## Validation - `uv lock --check` - `pytest packages/kagent-adk/tests -q` - 381 passed, 1 skipped - Verified installed versions: - `aiohttp==3.14.3` - `cryptography==50.0.0` - `pyOpenSSL==26.4.0` Signed-off-by: Jeremy Alvis <jeremy.alvis@solo.io>
1 parent 8f9692c commit a887040

2 files changed

Lines changed: 105 additions & 96 deletions

File tree

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dev = [
1111

1212
[tool.uv]
1313
constraint-dependencies = [
14-
"aiohttp>=3.13.5",
15-
"cryptography>=48.0.0",
14+
"aiohttp>=3.14.3",
15+
"cryptography>=50.0.0",
1616
"httplib2>=0.32.0",
1717
"jaraco-context>=6.1.0",
1818
"joserfc>=1.6.8",

0 commit comments

Comments
 (0)