From 71814dcf6f1c23a608097903eda53aa31e10080c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 23:43:23 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /backend directory: [pydantic](https://github.com/pydantic/pydantic), [sse-starlette](https://github.com/sysid/sse-starlette), [lancedb](https://github.com/lancedb/lancedb) and [ruff](https://github.com/astral-sh/ruff). Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) Updates `sse-starlette` from 3.4.8 to 3.4.10 - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](https://github.com/sysid/sse-starlette/compare/v3.4.8...v3.4.10) Updates `lancedb` from 0.37.1 to 0.38.0 - [Release notes](https://github.com/lancedb/lancedb/releases) - [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md) - [Commits](https://github.com/lancedb/lancedb/compare/v0.37.1...v0.38.0) Updates `ruff` from 0.16.4 to 0.16.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.4...0.16.6) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sse-starlette dependency-version: 3.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: lancedb dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2014d3d..9c7e43e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,16 +6,16 @@ fastapi==0.141.1 uvicorn[standard]==0.52.4 python-multipart==0.0.32 -pydantic==2.13.4 +pydantic==2.13.5 pydantic-settings==2.15.0 -sse-starlette==3.4.8 +sse-starlette==3.4.10 slowapi==0.1.10 # Ollama client (plain HTTP, no SDK) httpx==0.28.1 # Vector store, embedded, on disk (brings pyarrow) -lancedb==0.37.1 +lancedb==0.38.0 # Document parsing pypdf==6.16.2 @@ -24,7 +24,7 @@ python-docx==1.2.0 # Development and CI pytest==9.1.1 pytest-asyncio==1.4.0 -ruff==0.16.4 +ruff==0.16.6 pip-audit==2.10.1 # starlette.testclient prefers httpx2 since Starlette 1.2; runtime code keeps