fix: restore pydantic version pin after fixes (#512)

* test: pin new docling-core changes and release pydantic pinning

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* pin docling-core release

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

---------

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2024-12-06 09:33:39 +01:00
committed by GitHub
parent 8ada0bccc7
commit c830b92b2e
2 changed files with 222 additions and 212 deletions

View File

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