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 2b89be1 commit 0ec0344Copy full SHA for 0ec0344
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Python Client Library Changelog
2
3
+## v4.29.0 - 2025-10-07
4
+### Changes
5
+* :sparkles: allow comparing v2 field confidence
6
+* :coffin: remove obsolete US Mail V2
7
+
8
9
## v4.28.2 - 2025-09-12
10
### Fixes
11
* :bug: fix for multiple webhooks
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.28.2"
+__version__ = "4.29.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments