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 aec1a41 commit 3194f56Copy full SHA for 3194f56
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v1.7.2](https://github.com/DS4SD/docling-core/releases/tag/v1.7.2) - 2024-10-09
2
+
3
+### Fix
4
5
+* Loosen pandas version ([#40](https://github.com/DS4SD/docling-core/issues/40)) ([`aec1a41`](https://github.com/DS4SD/docling-core/commit/aec1a41402d64c2c216923b40d4521f8d46540b7))
6
7
## [v1.7.1](https://github.com/DS4SD/docling-core/releases/tag/v1.7.1) - 2024-10-07
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "1.7.1"
+version = "1.7.2"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments