You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hypothesis-python/docs/changelog.rst
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Changelog
3
3
=========
4
4
5
5
This is a record of all past Hypothesis releases and what went into them,
6
-
in reverse chronological order. All previous releases should still be available
6
+
in reverse chronological order. All previous releases are still available
7
7
:pypi:`on PyPI <hypothesis>`.
8
8
9
9
@@ -18,6 +18,22 @@ Hypothesis 6.x
18
18
19
19
.. include:: ../RELEASE.rst
20
20
21
+
.. _v6.138.1:
22
+
23
+
--------------------
24
+
6.138.1 - 2025-08-15
25
+
--------------------
26
+
27
+
Internal refactoring and cleanup. As a result, ``hypothesis[black]`` now requires ``black>=20.8b0`` instead of the previous ``black>=19.10b0``.
28
+
29
+
.. _v6.138.0:
30
+
31
+
--------------------
32
+
6.138.0 - 2025-08-13
33
+
--------------------
34
+
35
+
On Python 3.14, |memoryview| is newly generic. This release adds the ability for |st.from_type| to resolve generic |memoryview| types on 3.14, like ``st.from_type(memoryview[CustomBufferClass])`` . ``CustomBufferClass`` must implement ``__buffer__``, as expected by |memoryview|.
0 commit comments