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 a1b51a3 commit 0d00b98Copy full SHA for 0d00b98
CHANGELOG.md
@@ -1,7 +1,12 @@
1
# Mindee Python Client Library Changelog
2
3
+## v4.30.0 - 2025-10-29
4
+### Changes
5
+* :sparkles: add support for python 3.14
6
+
7
8
## v4.29.1 - 2025-10-13
-### Change
9
10
* :recycle: harmonize getting page count from a local input source
11
12
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.29.1"
+__version__ = "4.30.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments