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 b857521 commit f81dff6Copy full SHA for f81dff6
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Python Client Library Changelog
2
3
+## v4.27.1 - 2025-08-22
4
+### Changes
5
+* :recycle: use direct import of input classes
6
+* :bug: fix broken location & confidence data for V2 fields
7
+* :recycle: make importing v2 classes easier
8
+
9
10
## v4.27.0 - 2025-07-30
11
### Changes
12
* :sparkles: add support for page count, mimetype + fixes
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.27.0"
+__version__ = "4.27.1"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments