langserve icon indicating copy to clipboard operation
langserve copied to clipboard

fix: update FastAPI to >=0.120.2 to address CVE-2025-62727

Open ColeMurray opened this issue 3 weeks ago • 2 comments

Updates FastAPI minimum version from 0.90.1 to 0.120.2 across all dependency groups to address Starlette vulnerability CVE-2025-62727.

This updates:

  • Main optional dependency
  • Dev dependencies
  • Examples dependencies
  • poetry.lock file

Reference: https://www.cve.org/CVERecord?id=CVE-2025-62727

ColeMurray avatar Oct 30 '25 00:10 ColeMurray