fix(deps): resolve all Dependabot security vulnerabilities#236
Merged
sujayintugle merged 1 commit intomainfrom Mar 16, 2026
Merged
fix(deps): resolve all Dependabot security vulnerabilities#236sujayintugle merged 1 commit intomainfrom
sujayintugle merged 1 commit intomainfrom
Conversation
- Upgrade langchain ecosystem to 1.x (langchain>=1.2.10, langgraph>=1.1.1) - Add explicit secure versions for transitive deps (pillow>=12.1.1, cryptography>=46.0.5, filelock>=3.20.3, PyJWT>=2.12.0, orjson>=3.11.6) - Update aiohttp>=3.13.3 and nltk>=3.9.3 - Update langchain-core>=1.2.11 in test dependencies - Upgrade Docusaurus to 3.9.2 with npm overrides for svgo, serialize-javascript, minimatch, ajv, qs, and webpack to fix JS vulnerabilities - Update streamlit requirements to use intugle>=1.3.0 Resolves 20+ open Dependabot security alerts including high severity issues in PyJWT, orjson, tornado, pillow, cryptography, protobuf, and npm packages.
sujayintugle
approved these changes
Mar 16, 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
This PR resolves all open Dependabot security alerts by updating dependencies to their patched versions.
Python Dependencies (
pyproject.toml)langgraph>=0.6.9,<1.0.0→>=1.1.1,<2.0.0langchain>=0.3.27,<1.0.0→>=1.2.10,<2.0.0langchain-community>=0.3.21,<1.0.0→>=0.4.0langchain-openai>=0.3.28,<1.0.0→>=1.0.0langchain-core(test)>=0.3.74→>=1.2.11nltk>=3.9.1→>=3.9.3aiohttp>=3.9.5→>=3.13.3pillow>=12.1.1cryptography>=46.0.5filelock>=3.20.3PyJWT>=2.12.0orjson>=3.11.6Transitive dependencies now fixed: tornado (6.5.5), langgraph-checkpoint (4.0.1), langsmith (0.7.17), protobuf (7.34.0)
JavaScript Dependencies (
docsite/package.json)@docusaurus/*3.9.1→3.9.2svgo^3.3.3serialize-javascript^7.0.3minimatch^3.1.4ajv^8.18.0qs^6.14.2webpack^5.104.1npm audit now shows 0 vulnerabilities.
Other Changes
src/intugle/streamlit_app/requirements.txtto referenceintugle>=1.3.0Testing
uv pip compile pyproject.toml)npm run build)Breaking Changes
This PR upgrades the langchain ecosystem from 0.3.x to 1.x. While the langchain team has maintained backward compatibility for most use cases, please test thoroughly before merging.