We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5952554 commit 1ec7301Copy full SHA for 1ec7301
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Python Client Library Changelog
2
3
+## v4.33.0 - 2026-02-11
4
+### Changes
5
+* :sparkles: add support for V2 Split, Classification, Crop and OCR utilities
6
+* :sparkles: add object field convenience accessors
7
+
8
9
## v4.32.1 - 2025-12-17
10
### Changes
11
* :sparkles: allow use of str, dict, or object to create a data schema replace
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.32.1"
+__version__ = "4.33.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments