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 b0b8fe3 commit eb352a2Copy full SHA for eb352a2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.2
+current_version = 1.4.0
3
4
[bumpversion:file:.bumpversion.cfg]
5
HISTORY.rst
@@ -1,3 +1,13 @@
+1.4.0 (2025-04-16)
+==================
+
+- Force the use of extendable>=1.3.0; This is required to avoid a bug
+ when pydantic call the `isinstance` method on extendable instance and
6
+ its own class if the class has not been extended. This is a bug in
7
+ the extendable package. see (`extendable#18 <https://github.com/lmignon/extendable/issues/18>`_)
8
9
10
11
1.3.1 (2024-09-10)
12
==================
13
src/extendable_pydantic/version.py
@@ -1 +1 @@
-__version__ = "1.3.2"
+__version__ = "1.4.0"
0 commit comments