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 437aef0 commit 91677c9Copy full SHA for 91677c9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.26.3](https://github.com/docling-project/docling-core/releases/tag/v2.26.3) - 2025-04-14
2
+
3
+### Fix
4
5
+* **deps:** Widen typer upper bound ([#252](https://github.com/docling-project/docling-core/issues/252)) ([`437aef0`](https://github.com/docling-project/docling-core/commit/437aef0a410dc3f501beafe02feb2857613f7b4f))
6
7
## [v2.26.2](https://github.com/docling-project/docling-core/releases/tag/v2.26.2) - 2025-04-14
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.26.2"
+version = "2.26.3"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments