diff --git a/requirements.txt b/requirements.txt index b561ebc..59a1d3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ python-dotenv==1.2.2 pandas==3.0.3 # UI and progress -tqdm==4.67.3 +tqdm==4.68.3 colorama==0.4.6 rich==15.0.0 diff --git a/setup.py b/setup.py index 7b4a9a4..0dab99c 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "langchain-ollama==1.1.0", "python-dotenv==1.2.2", "pandas==3.0.3", - "tqdm==4.67.3", + "tqdm==4.68.3", "colorama==0.4.6", "rich==15.0.0", "fpdf2==2.8.7",