Skip to content

Conversation

@a-klos
Copy link
Member

@a-klos a-klos commented Nov 18, 2025

This pull request updates dependencies in several Python project files to ensure compatibility with newer versions of fastapi and starlette. These changes help keep the codebase secure and up-to-date with the latest features and bug fixes in these frameworks.

fixes #160

Dependency upgrades for API libraries:

  • Upgraded fastapi from version ^0.118.0 to ^0.121.2 in libs/admin-api-lib/pyproject.toml, libs/extractor-api-lib/pyproject.toml, and libs/rag-core-api/pyproject.toml. [1] [2] [3]
  • Updated starlette version constraints from >=0.47.2,<0.49.0 to >=0.49.1 in libs/admin-api-lib/pyproject.toml, libs/extractor-api-lib/pyproject.toml, libs/rag-core-api/pyproject.toml, and services/mcp-server/pyproject.toml. [1] [2] [3] [4]

@a-klos a-klos changed the title feat: update dependencies and add annotated-doc package across multip… chore: update starlette dependency Nov 18, 2025
@a-klos a-klos merged commit d1899fc into main Nov 18, 2025
15 checks passed
@a-klos a-klos deleted the chore/upgrade-starlette branch November 18, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Starlette vulnerable to O(n^2) DoS via Range header merging in starlette.responses.FileResponse

3 participants