Merged
Conversation
Member
Security Vulnerability — Partial Fix Appliedaieng-bot fixed 3 of 4 vulnerable packages. One vulnerability cannot be auto-fixed because of a hard pin in a dependency: ✅ Fixed
❌ Cannot Fix — No Patch Available
Why this cannot be auto-fixed
Recommended next steps
This PR will not be auto-merged until the authlib vulnerability is resolved. |
updates: - [github.com/astral-sh/uv-pre-commit: 0.11.6 → 0.11.7](astral-sh/uv-pre-commit@0.11.6...0.11.7) - [github.com/astral-sh/ruff-pre-commit: v0.15.10 → v0.15.11](astral-sh/ruff-pre-commit@v0.15.10...v0.15.11)
- pypdf >=6.10.0 → >=6.10.2: fixes GHSA-jj6c-8h6c-hppx, GHSA-4pxv-j86v-mhcw, GHSA-7gw9-cf7v-778f, GHSA-x284-j5p8-9c5p (DoS via crafted PDFs) - google-adk >=1.23.0 → >=1.28.1: fixes CVE-2026-4810 (code injection / missing auth) - python-multipart >=0.0.26: fixes CVE-2026-40347 (DoS via crafted multipart preamble/epilogue) authlib (GHSA-jj8c-mmj3-mmgv) cannot be patched: aieng-platform-onboard pins authlib==1.6.9 exactly, blocking the upgrade to >=1.6.11. Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
1f71fd3 to
c02614a
Compare
added 2 commits
April 21, 2026 18:06
- Pin langfuse to <4.0.0 to prevent breaking API changes in 4.x - Resolve merge conflicts in pyproject.toml files (prefer detailed comments) - Regenerate uv.lock with compatible langfuse 3.x Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
html-to-markdown 3.x returns ConversionResult instead of str, breaking web.py which expects string-like objects. Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
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.
updates: