We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289b629 commit b32c4ccCopy full SHA for b32c4cc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.4.1](https://github.com/DS4SD/docling-core/releases/tag/v2.4.1) - 2024-11-21
2
+
3
+### Fix
4
5
+* Temporarily force pydantic < 2.10 ([#70](https://github.com/DS4SD/docling-core/issues/70)) ([`289b629`](https://github.com/DS4SD/docling-core/commit/289b629dc9451678885ae30bbcc286290bed5d87))
6
7
## [v2.4.0](https://github.com/DS4SD/docling-core/releases/tag/v2.4.0) - 2024-11-18
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.4.0"
+version = "2.4.1"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments