Skip to content

Commit d600147

Browse files
committed
🔖 Version 4.31.0
1 parent 1f82662 commit d600147

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

mindee/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "4.30.0"
3+
__version__ = "4.31.0"
44

55
PYTHON_VERSION = f"{sys.version_info[0]}.{sys.version_info[1]}"
66

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)