File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Mindee Python API Library Changelog
22
3+ ## v4.24.0-rc2 - 2025-07-09
4+ ### Changes
5+ * :sparkles : merge enqueue parameters into a single object
6+ * :sparkles : add dot access to object fields
7+ ### Fixes
8+ * :recycle : remove deprecated files
9+ * :art : touch up string representation for most objects.
10+
11+
312## v4.24.0-rc1 - 2025-07-07
413### Changes
514* :sparkles : add support for mindee API V2 client & features
Original file line number Diff line number Diff line change 55
66from mindee import ClientV2, InferencePredictOptions
77from mindee.parsing.v2 import InferenceResponse, PollingResponse
8- from tests.product import PRODUCT_DATA_DIR
98
109input_path = "/path/to/the/file.ext"
1110api_key = "MY_API_KEY"
Original file line number Diff line number Diff line change 11import sys
22
3- __version__ = "4.24.0-rc1 "
3+ __version__ = "4.24.0-rc2 "
44
55PYTHON_VERSION = f"{ sys .version_info [0 ]} .{ sys .version_info [1 ]} "
66
You can’t perform that action at this time.
0 commit comments