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 bed00f8 commit 5267455Copy full SHA for 5267455
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Mindee Python Client Library Changelog
2
3
+## v4.27.0 - 2025-07-30
4
+### Changes
5
+* :sparkles: add support for page count, mimetype + fixes
6
+### Fixes
7
+* :bug: fix jobs not deserializing webhook information into their proper class
8
+* :bug: fix typo in `InferenceFile` class: `alais` => `alias`
9
+
10
11
## v4.26.0 - 2025-07-29
12
### Changes
13
* :sparkles: add support for URL inputs for V2
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.26.0"
+__version__ = "4.27.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments