We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0793c commit bab3254Copy full SHA for bab3254
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Python Client Library Changelog
2
3
+## v4.34.0 - 2026-02-23
4
+### Changes
5
+* :sparkles: add job information to the inference object
6
+* :sparkles: add completed_at property to job
7
+
8
9
## v4.33.1 - 2026-02-11
10
### Changes
11
* :bug: fix missing class property
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.33.1"
+__version__ = "4.34.0"
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments