Преглед изворни кода

build(deps): update pydantic to latest version

- Remove upper version limit for pydantic dependency
- This change allows for the use of the latest pydantic version
myhloli пре 10 месеци
родитељ
комит
2e87e649ed
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -4,7 +4,7 @@ click>=8.1.7
 fast-langdetect==0.2.0
 loguru>=0.6.0
 numpy>=1.21.6,<2.0.0
-pydantic>=2.7.2,<2.8.0
+pydantic>=2.7.2
 PyMuPDF>=1.24.9
 scikit-learn>=1.0.2
 torch>=2.2.2