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