chore(deps): upgrade locks for deprecated integration packages#398
Merged
Abhijeet Prasad (AbhiPrasad) merged 1 commit intomainfrom May 6, 2026
Merged
Conversation
Run `uv lock --upgrade` on integrations/adk-py and integrations/langchain-py to pull in security fixes from upstream. Both packages are deprecated (Development Status :: 7 - Inactive) but still surface Dependabot alerts. Closes ~43 of the open alerts. The remaining LangChain-ecosystem alerts (langchain-core, langgraph, langgraph-checkpoint, langchain-text-splitters, langchain-openai) require a langchain 1.x bump in pyproject.toml; not worth doing for a deprecated package. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Abhijeet Prasad (AbhiPrasad)
approved these changes
May 6, 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.
Summary
uv lock --upgradeonintegrations/adk-py/uv.lockandintegrations/langchain-py/uv.lock.Development Status :: 7 - Inactive, READMEs direct users to installbraintrustinstead) but their lockfiles still surface Dependabot alerts.adk-py — all 27 alerts close
Notable bumps past CVE fix versions:
google-adk1.27.0 → 1.32.0 (critical RCE, GHSA-rg7c-g689-fr3x)authlib1.6.5 → 1.7.2 (closes 5 alerts incl.alg:nonebypass and JWE Bleichenbacher)cryptography46.0.1 → 48.0.0urllib31.26.20 → 2.6.3mcp1.20.0 → 1.27.0 (DNS rebinding)gitpython,pyasn1,python-multipart,pyjwt,protobuf,sqlparse,pygments,python-dotenv,pytestall bumped past their fix versions.langchain-py — ~16 of 23 alerts close
Cleared:
cryptography,gitpython,urllib3,requests,orjson,pygments,pytest,filelock,virtualenv,langsmith,python-dotenv, plus the aiohttp/cryptography clusters.Will not clear without further work:
langchain-core,langgraph,langgraph-checkpoint,langchain-text-splitters,langchain-openai— fixes are all gated on the LangChain 1.x major bump, butpyproject.tomlpinslangchain>=0.3.27and the resolution stays in 0.3.x. Recommend dismissing those as "won't fix, deprecated package" or deleting the lockfile entirely as a follow-up.Test plan
🤖 Generated with Claude Code