Commit a887040
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments