fix: force pydantic < 2.10.0 (#407)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2024-11-22 08:23:11 +01:00
committed by GitHub
parent 2a1d3fd221
commit d7072b4b56
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ packages = [{include = "docling"}]
# actual dependencies:
######################
python = "^3.9"
pydantic = "^2.0.0"
pydantic = ">=2.0.0,<2.10"
docling-core = "^2.4.0"
docling-ibm-models = "^2.0.6"
deepsearch-glm = "^0.26.1"