Skip to content

Commit 289b629

Browse files
authored
fix: temporarily force pydantic < 2.10 (#70)
Signed-off-by: Panos Vagenas <[email protected]>
1 parent 14cad33 commit 289b629

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ generate_docs = "docling_core.utils.generate_docs:main"
4848
[tool.poetry.dependencies]
4949
python = "^3.9"
5050
jsonschema = "^4.16.0"
51-
pydantic = "^2.6.0"
51+
pydantic = ">=2.6.0,<2.10"
5252
jsonref = "^1.1.0"
5353
tabulate = "^0.9.0"
5454
pandas = "^2.1.4"

0 commit comments

Comments
 (0)