-
Notifications
You must be signed in to change notification settings - Fork 68
LCORE-1187: bump-up AIOHTTP library for Konflux build #1056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| transformers==4.57.3 | ||
| tokenizers==0.22.1 | ||
| scipy==1.16.3 | ||
| aiohttp==3.13.2 | ||
| aiohttp==3.13.3 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: aiohttp 3.13.3 was released on 2026-01-03 and the upstream changelog states it “contains fixes for several vulnerabilities” and recommends upgrading ASAP. It also raises the minimum Security issues (CVE) fixed in 3.13.3:
Sources: aiohttp changelog + CVE records. [1–5] References: Citations:
Verify Brotli/brotlicffi version requirement is also updated. aiohttp 3.13.3 (released 2026-01-03) is confirmed as a security release fixing four CVEs (CVE-2025-69223, CVE-2025-69227, CVE-2025-69229, CVE-2025-69230) and upstream recommends upgrading ASAP. However, this release also raises the minimum Brotli/brotlicffi version to 1.2 as a security hardening measure against decompression bombs. Confirm whether 🤖 Prompt for AI Agents |
||
| aiosqlite==0.22.0 | ||
| anyio==4.12.0 | ||
| datasets==4.4.1 | ||
|
|
@@ -12,4 +12,4 @@ pyarrow==22.0.0 | |
| pillow==12.0.0 | ||
| faiss-cpu==1.12.0 | ||
| sqlalchemy==2.0.45 | ||
| setuptools==80.9 | ||
| setuptools==80.9 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
python-multipart 0.0.22 release notes changelog💡 Result:
python-multipart0.0.22 was released on Jan 25, 2026 (PyPI “Latest version”). [1]The upstream changelog is intended to be in the repo at tag
refs/tags/0.0.22(fileCHANGELOG.md). [1][2]However, I couldn’t retrieve the contents of
CHANGELOG.mdfor 0.0.22 via the available web sources/tools (GitHub returned a load error), so I can’t reliably list the actual 0.0.22 changes here. [2]Sources: [1] [2]
🌐 Web query:
python-multipart 0.0.21 0.0.22 wheel hash PyPI💡 Result:
cf7a6713e01c87aa35387f4774e812c4361150938d20d232800f75ffcf266090[1]python-multiparton PyPI (latest shown is 0.0.21, uploaded Dec 17, 2025). [1]Sources: [1] PyPI project page for
python-multipart(includes file details + hashes).🌐 Web query:
site:pypi.org python-multipart latest version 0.0.22💡 Result:
The latest released version of
python-multiparton PyPI is 0.0.21 (uploaded Dec 17, 2025). There is no 0.0.22 release shown in the PyPI release history. [1][2]Fix python-multipart version: 0.0.22 does not exist on PyPI.
Version 0.0.22 is not available on PyPI; the latest released version is 0.0.21 (Dec 17, 2025). This pin will cause installation to fail. Either update to 0.0.21 or confirm whether 0.0.22 is a planned/unreleased version.
🤖 Prompt for AI Agents