From 1e385e1f7382417473f419f8e83ace2a31f5a13d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:39:59 +0000 Subject: [PATCH] Update fastembed requirement from >=0.3 to >=0.8.0 Updates the requirements on [fastembed](https://github.com/qdrant/fastembed) to permit the latest version. - [Release notes](https://github.com/qdrant/fastembed/releases) - [Changelog](https://github.com/qdrant/fastembed/blob/main/RELEASE.md) - [Commits](https://github.com/qdrant/fastembed/compare/v0.3.0...v0.8.0) --- updated-dependencies: - dependency-name: fastembed dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b63f48a3..379b1ec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pydantic>=2.10", "pydantic-settings>=2.7", "qdrant-client>=1.13", - "fastembed>=0.3", + "fastembed>=0.8.0", "langgraph>=0.3", "langchain-core>=0.3", "openai>=1.60",