From 44339c3f4f6b9ec87ba9ebbc3b7dcde86478ea2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:48:10 +0000 Subject: [PATCH] chore(deps): Update chromadb requirement Updates the requirements on [chromadb](https://github.com/chroma-core/chroma) to permit the latest version. - [Release notes](https://github.com/chroma-core/chroma/releases) - [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/chroma-core/chroma/compare/0.5.0...1.4.0) --- updated-dependencies: - dependency-name: chromadb dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f9a814..8413d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "openai>=1.50.0,<2.0.0", "anthropic>=0.39.0,<1.0.0", "langchain>=0.3.0,<1.0.0", - "chromadb>=0.5.0,<1.0.0", + "chromadb>=0.5.0,<2.0.0", "python-dotenv>=1.0.0,<2.0.0", "pydantic>=2.9.0,<3.0.0", "rich>=13.9.0,<14.0.0", diff --git a/requirements.txt b/requirements.txt index 950483b..913037e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ langchain-openai>=0.2.0,<1.0.0 langchain-anthropic>=0.2.0,<1.0.0 # Vector Databases and Embeddings -chromadb>=0.5.0,<1.0.0 +chromadb>=0.5.0,<2.0.0 faiss-cpu>=1.9.0,<2.0.0 sentence-transformers>=3.0.0,<4.0.0