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 d9bf981 commit ef36b15Copy full SHA for ef36b15
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Mindee Python Client Library Changelog
2
3
+## v4.28.0 - 2025-09-02
4
+### Changes
5
+* :sparkles: add list field typed accessors
6
+* :recycle: rework polygons, use them more like a real class
7
+* :sparkles: add inference options
8
+### ¡Breaking Changes!
9
+* :recycle: :boom: update raw text output from server
10
+
11
12
## v4.27.1 - 2025-08-22
13
### Changes
14
* :recycle: use direct import of input classes
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.27.1"
+__version__ = "4.28.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments