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 1c61555 commit 65227adCopy full SHA for 65227ad
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Mindee Python API Library Changelog
2
3
+## v4.14.1 - 2024-11-22
4
+### Changes
5
+* :coffin: remove support for international ID V1
6
+* :recycle: update import syntax
7
+* :arrow_up: loosen dependency pinning on requests
8
+
9
+### Fixes
10
+* :bug: fix potential circular import issues
11
12
13
## v4.14.0 - 2024-11-14
14
### Changes
15
* :sparkles: add support for business cards V1
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.14.0"
+__version__ = "4.14.1"
python_version = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments