File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Mindee Python Client Library Changelog
22
3+ ## v4.31.0 - 2025-11-04
4+ ### Changes
5+ * :label : better field typing for v2
6+ * :sparkles : add RAG metadata to v2 inference response
7+ * :sparkles : improved v2 error messages and exceptions
8+ * :recycle : migrate to ruff for linting
9+
10+
311## v4.30.0 - 2025-10-29
412### Changes
513* :sparkles : add support for python 3.14
Original file line number Diff line number Diff line change 11import sys
22
3- __version__ = "4.30 .0"
3+ __version__ = "4.31 .0"
44
55PYTHON_VERSION = f"{ sys .version_info [0 ]} .{ sys .version_info [1 ]} "
66
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers = [
1919 " Programming Language :: Python :: 3.11" ,
2020 " Programming Language :: Python :: 3.12" ,
2121 " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2223 " Operating System :: OS Independent" ,
2324 " Development Status :: 5 - Production/Stable" ,
2425 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments