diff --git a/requirements.txt b/requirements.txt index cbadc31..b932c4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ python-dotenv==1.0.1 pandas==2.2.3 # UI and progress -tqdm==4.67.1 +tqdm==4.67.3 colorama==0.4.6 rich==13.9.4 diff --git a/setup.py b/setup.py index d1c579f..b5229ed 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "langchain-ollama==0.2.0", "python-dotenv==1.0.1", "pandas==2.2.3", - "tqdm==4.67.1", + "tqdm==4.67.3", "colorama==0.4.6", "rich==13.9.4", "fpdf2==2.8.1",