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 9146e43 commit 56a85fcCopy full SHA for 56a85fc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Python API Library Changelog
2
3
+## v4.14.2 - 2024-11-26
4
+### Fixes
5
+* :bug: fix circular imports error on install
6
+
7
8
## v4.14.1 - 2024-11-22
9
### Changes
10
* :coffin: remove support for international ID V1
mindee/versions.py
@@ -1,6 +1,6 @@
import sys
-__version__ = "4.14.1"
+__version__ = "4.14.2"
python_version = f"{sys.version_info[0]}.{sys.version_info[1]}"
0 commit comments