Skip to content

Commit

Permalink
fix: temporarily force pydantic < 2.10 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas authored Nov 21, 2024
1 parent 14cad33 commit 289b629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 289b629

Please sign in to comment.