From f438c60fd8bc87b4330fc73f790aa5706728e968 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 May 2025 19:30:07 +0000 Subject: [PATCH] chore: bump version to 3.4.3 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829bbc5..335e5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.4.3](https://github.com/docling-project/docling-ibm-models/releases/tag/v3.4.3) - 2025-05-08 + +### Fix + +* Python3.13 dependencies compatibility ([#91](https://github.com/docling-project/docling-ibm-models/issues/91)) ([`3adaf74`](https://github.com/docling-project/docling-ibm-models/commit/3adaf7472dfba48360a9fac3ef314ba947148b77)) + ## [v3.4.2](https://github.com/docling-project/docling-ibm-models/releases/tag/v3.4.2) - 2025-04-23 ### Fix diff --git a/pyproject.toml b/pyproject.toml index b586f49..13ca497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "3.4.2" # DO NOT EDIT, updated automatically +version = "3.4.3" # DO NOT EDIT, updated automatically description = "This package contains the AI models used by the Docling PDF conversion package" authors = ["Nikos Livathinos ", "Maxim Lysak ", "Ahmed Nassar ", "Christoph Auer ", "Michele Dolfi ", "Peter Staar "] license = "MIT"