diff --git a/pyproject.toml b/pyproject.toml index 2d2ce0c..ad2da4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,8 @@ dependencies = [ "unidecode==1.3.6", "tqdm==4.64.1", "docx2txt==0.8", -"pytest-asyncio==0.21.0" +"pytest-asyncio==0.21.0", +"pytest~=7.2.2" ] dynamic = ["version"] diff --git a/requirements_base.txt b/requirements_base.txt index d2992dd..a5c2173 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -22,4 +22,5 @@ langchain==0.0.115 unidecode==1.3.6 tqdm==4.64.1 docx2txt==0.8 -pytest-asyncio==0.21.0 \ No newline at end of file +pytest-asyncio==0.21.0 +pytest~=7.2.2 \ No newline at end of file