From 50b9888004cb20d3450d7a3c53261cdc0c1d3bca Mon Sep 17 00:00:00 2001 From: dongho Date: Wed, 10 Dec 2025 12:46:47 +0000 Subject: [PATCH] update chromadb version --- backend/requirements.txt | 2 +- news_crawler/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c6033e9..3626e1e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,4 +7,4 @@ requests==2.31.0 Jinja2==3.1.2 redis==5.0.1 -chromadb +chromadb>=0.4.0 diff --git a/news_crawler/requirements.txt b/news_crawler/requirements.txt index eec975b..67dbfb5 100644 --- a/news_crawler/requirements.txt +++ b/news_crawler/requirements.txt @@ -7,4 +7,4 @@ python-dotenv==1.0.0 schedule==1.2.0 pytz==2023.3 redis==5.0.1 -chromadb +chromadb>=0.4.0