Skip to content

chore(deps): bump langchain from 0.3.27 to 0.3.30 in /02-use-cases/healthcare-appointment-agent#1496

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/02-use-cases/healthcare-appointment-agent/langchain-0.3.30
Open

chore(deps): bump langchain from 0.3.27 to 0.3.30 in /02-use-cases/healthcare-appointment-agent#1496
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/02-use-cases/healthcare-appointment-agent/langchain-0.3.30

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps langchain from 0.3.27 to 0.3.30.

Release notes

Sourced from langchain's releases.

langchain==0.3.30

Changes since langchain==0.3.29

release(langchain): release 0.3.30 (#37241) chore(langchain): backport loads/dumps harden to v0.3 and deprecate hub (#37239)

langchain==0.3.29

Changes since langchain==0.3.28

release(langchain): 0.3.29 (#37212) fix(langchain): restrict deserialization in langchain.storage._lc_store (#37209) fix(core, langchain): harden load() against untrusted manifests (#37201)

langchain==0.3.28

Changes since langchain==0.3.27

fix(langchain): bump minimum langchain-core to 0.3.73 (#35608) release(langchain): 0.3.28 (#35607) fix(langchain): backport patch ReDoS vulnerability in MRKL and ReAct action regex (CVE-2024-58340) (#35603) feat(core,langchain,text-splitters): (v0.3) use uuid7 for run ids (#34732) fix(core): serialization patch (#34458) feat(openai): enable stream_usage when using default base URL and client (#33296) fix(langchain): handle gpt-5 model name in init_chat_model (#33148) fix(langchain): add context_management to Anthropic chat model init (#33150) docs: more standardization (#33124) refactor(langchain): resolve pydantic deprecation warnings (#33125) docs: standardize .. code-block directive usage (#33122) chore: bump ruff version to 0.13 (#33043) fix: update method calls from dict to model_dump in Chain (#33035) chore: update pyproject.toml files, remove codespell (#33028) chore(langchain): drop cap on python version (#32974) chore: restore commented out optional deps (#32971) docs(langchain): add docstring for _load_map_reduce_chain (#32961) docs(langchain): add docstring for _load_stuff_chain (#32932) revert: "chore: remove ruff target-version" (#32895) fix(openai): ainvoke uses async _aget_response; add async tests (#32459) chore: remove ruff target-version (#32880) chore(langchain): enable ruff docstring-code-format in langchain (#32858) chore(langchain): add ruff rule BLE (#32868) chore(docs): update package READMEs (#32869) chore(langchain): add ruff rule ERA (#32867) fix(langchain): preserve supplied llm in FlareChain.from_llm (#32847) chore(langchain): add ruff rules D (except D100 and D104) (#31994) chore(langchain): add ruff rules N (#32098) chore(langchain): improve PostgreSQL Manager upsert SQLAlchemy API calls. (#32748) chore: adress pytest-asyncio deprecation warnings + other nits (#32696) chore(langchain): add mypy pydantic plugin (#32610) chore: update references to use the latest version of Claude-3.5 Sonnet (#32594) chore(langchain): add mypy warn_unreachable setting (#32529) docs: update outdated README.md content (#32540)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.27 to 0.3.30.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.27...langchain==0.3.30)

---
updated-dependencies:
- dependency-name: langchain
  dependency-version: 0.3.30
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 13, 2026
@github-actions github-actions Bot added 02-use-cases 02-use-cases healthcare-appointment-agent 02-use-cases/healthcare-appointment-agent labels May 13, 2026
@github-actions
Copy link
Copy Markdown

Latest scan for commit: 2456053 | Updated: 2026-05-13 17:08:08 UTC

Security Scan Results

Scan Metadata

  • Project: ASH
  • Scan executed: 2026-05-13T17:07:48+00:00
  • ASH version: 3.0.0

Summary

Scanner Results

The table below shows findings by scanner, with status based on severity thresholds and dependencies:

Column Explanations:

Severity Levels (S/C/H/M/L/I):

  • Suppressed (S): Security findings that have been explicitly suppressed/ignored and don't affect the scanner's pass/fail status
  • Critical (C): The most severe security vulnerabilities requiring immediate remediation (e.g., SQL injection, remote code execution)
  • High (H): Serious security vulnerabilities that should be addressed promptly (e.g., authentication bypasses, privilege escalation)
  • Medium (M): Moderate security risks that should be addressed in normal development cycles (e.g., weak encryption, input validation issues)
  • Low (L): Minor security concerns with limited impact (e.g., information disclosure, weak recommendations)
  • Info (I): Informational findings for awareness with minimal security risk (e.g., code quality suggestions, best practice recommendations)

Other Columns:

  • Time: Duration taken by each scanner to complete its analysis
  • Action: Total number of actionable findings at or above the configured severity threshold that require attention

Scanner Results:

  • PASSED: Scanner found no security issues at or above the configured severity threshold - code is clean for this scanner
  • FAILED: Scanner found security vulnerabilities at or above the threshold that require attention and remediation
  • MISSING: Scanner could not run because required dependencies/tools are not installed or available
  • SKIPPED: Scanner was intentionally disabled or excluded from this scan
  • ERROR: Scanner encountered an execution error and could not complete successfully

Severity Thresholds (Thresh Column):

  • CRITICAL: Only Critical severity findings cause scanner to fail
  • HIGH: High and Critical severity findings cause scanner to fail
  • MEDIUM (MED): Medium, High, and Critical severity findings cause scanner to fail
  • LOW: Low, Medium, High, and Critical severity findings cause scanner to fail
  • ALL: Any finding of any severity level causes scanner to fail

Threshold Source: Values in parentheses indicate where the threshold is configured:

  • (g) = global: Set in the global_settings section of ASH configuration
  • (c) = config: Set in the individual scanner configuration section
  • (s) = scanner: Default threshold built into the scanner itself

Statistics calculation:

  • All statistics are calculated from the final aggregated SARIF report
  • Suppressed findings are counted separately and do not contribute to actionable findings
  • Scanner status is determined by comparing actionable findings to the threshold
Scanner S C H M L I Time Action Result Thresh
bandit 0 0 0 0 0 0 730ms 0 PASSED MED (g)
cdk-nag 0 0 0 0 0 0 25.7s 0 PASSED MED (g)
cfn-nag 0 0 0 0 0 0 35ms 0 PASSED MED (g)
checkov 0 0 0 0 0 0 4.3s 0 PASSED MED (g)
detect-secr… 0 0 0 0 0 0 702ms 0 PASSED MED (g)
grype 0 1 0 10 10 0 1m 15s 11 FAILED MED (g)
npm-audit 0 0 0 0 0 0 189ms 0 PASSED MED (g)
opengrep 0 0 0 0 0 0 <1ms 0 SKIPPED MED (g)
semgrep 0 0 0 0 0 0 <1ms 0 MISSING MED (g)
syft 0 0 0 0 0 0 1.8s 0 PASSED MED (g)

Detailed Findings

Show 11 actionable findings

Finding 1: GHSA-g48c-2wqr-h844-langgraph

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-g48c-2wqr-h844-langgraph
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: langgraph, version 0.6.6 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 2: GHSA-c427-h43c-vf67-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-c427-h43c-vf67-aiohttp
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.14 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 3: GHSA-6mq8-rvhq-8wgg-aiohttp

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-6mq8-rvhq-8wgg-aiohttp
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A high vulnerability in python package: aiohttp, version 3.12.14 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 4: GHSA-6jhg-hg63-jvvf-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-6jhg-hg63-jvvf-aiohttp
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.14 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 5: GHSA-jj3x-wxrx-4x23-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-jj3x-wxrx-4x23-aiohttp
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.14 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 6: GHSA-g84x-mcqj-x9qq-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-g84x-mcqj-x9qq-aiohttp
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.14 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 7: GHSA-p998-jp59-783m-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-p998-jp59-783m-aiohttp
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.14 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 8: GHSA-m5qp-6w8w-w647-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-m5qp-6w8w-w647-aiohttp
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.14 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 9: GHSA-w2fm-2cpv-w7v5-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-w2fm-2cpv-w7v5-aiohttp
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.14 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 10: GHSA-mf9w-mj56-hr94-python-dotenv

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-mf9w-mj56-hr94-python-dotenv
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: python-dotenv, version 1.1.0 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Finding 11: GHSA-gc5v-m9x4-r6x2-requests

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-gc5v-m9x4-r6x2-requests
  • Location: 02-use-cases/healthcare-appointment-agent/requirements.txt:1

Description:
A medium vulnerability in python package: requests, version 2.32.4 was found at: /02-use-cases/healthcare-appointment-agent/requirements.txt


Report generated by Automated Security Helper (ASH) at 2026-05-13T17:07:42+00:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

02-use-cases 02-use-cases dependencies Pull requests that update a dependency file healthcare-appointment-agent 02-use-cases/healthcare-appointment-agent python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants