diff --git a/poetry.lock b/poetry.lock index 2e5bc44..bb4d96e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -2047,4 +2047,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c0c54aa1938cbee93f92efbbb3bc4096a4bb91c21ea1c9d4f68ca93b143de290" +content-hash = "73c79ebcd0c07367fdf4b14073778f30ab2855e985aa7cc9e6f44e85c9b88e35" diff --git a/pyproject.toml b/pyproject.toml index c095522..ac6945d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ generate_docs = "docling_core.utils.generate_docs:main" [tool.poetry.dependencies] python = "^3.9" jsonschema = "^4.16.0" -pydantic = "^2.6.0" +pydantic = ">=2.6.0,<2.10" jsonref = "^1.1.0" tabulate = "^0.9.0" pandas = "^2.1.4"