Skip to content

Commit b1bc5c2

Browse files
committed
update changelog
1 parent cf5af6a commit b1bc5c2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

hypothesis-python/docs/changelog.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ The type annotations for |st.register_type_strategy| now indicate that it accept
579579
6.138.1 - 2025-08-15
580580
--------------------
581581

582-
Internal refactoring and cleanup. As a result, ``hypothesis[black]`` now requires ``black>=20.8b0`` instead of the previous ``black>=19.10b0``.
582+
Internal refactoring and cleanup. As a result, ``hypothesis[cli]`` and ``hypothesis[ghostwriter]`` now require ``black>=20.8b0`` instead of the previous ``black>=19.10b0``.
583583

584584
.. _v6.138.0:
585585

@@ -2427,7 +2427,7 @@ This patch makes progress towards adding type hints to our internal conjecture e
24272427

24282428
This release allows using :obj:`~python:typing.Annotated`
24292429
and :obj:`!ReadOnly` types
2430-
for :class:`~python:typing.TypedDict` value types
2430+
for :obj:`~python:typing.TypedDict` value types
24312431
with :func:`~hypothesis.strategies.from_type`.
24322432

24332433
.. _v6.108.10:
@@ -5075,7 +5075,7 @@ scans.
50755075
-------------------
50765076

50775077
This patch by Cheuk Ting Ho adds support for :pep:`655` ``Required`` and ``NotRequired`` as attributes of
5078-
:class:`~python:typing.TypedDict` in :func:`~hypothesis.strategies.from_type` (:issue:`3339`).
5078+
:obj:`~python:typing.TypedDict` in :func:`~hypothesis.strategies.from_type` (:issue:`3339`).
50795079

50805080
.. _v6.46.5:
50815081

@@ -5248,7 +5248,7 @@ already been decorated with :func:`@given() <hypothesis.given>`. Previously,
52485248
6.42.3 - 2022-04-10
52495249
-------------------
52505250

5251-
This patch fixes :func:`~hypothesis.strategies.from_type` on a :class:`~python:typing.TypedDict`
5251+
This patch fixes :func:`~hypothesis.strategies.from_type` on a :obj:`~python:typing.TypedDict`
52525252
with complex annotations, defined in a file using ``from __future__ import annotations``.
52535253
Thanks to Katelyn Gigante for identifying and fixing this bug!
52545254

@@ -6760,7 +6760,7 @@ creating import cycles. There is no user-visible change.
67606760
------------------
67616761

67626762
This patch enables :func:`~hypothesis.strategies.register_type_strategy` for subclasses of
6763-
:class:`python:typing.TypedDict`. Previously, :func:`~hypothesis.strategies.from_type`
6763+
:obj:`python:typing.TypedDict`. Previously, :func:`~hypothesis.strategies.from_type`
67646764
would ignore the registered strategy (:issue:`2872`).
67656765

67666766
Thanks to Ilya Lebedev for identifying and fixing this bug!
@@ -8074,7 +8074,7 @@ deprecated - you can explicitly pass ``min_magnitude=0``, or omit the argument e
80748074
-------------------
80758075

80768076
This patch fixes an internal error in :func:`~hypothesis.strategies.from_type`
8077-
for :class:`python:typing.NamedTuple` in Python 3.9. Thanks to Michel Salim
8077+
for :obj:`python:typing.NamedTuple` in Python 3.9. Thanks to Michel Salim
80788078
for reporting and fixing :issue:`2427`!
80798079

80808080
.. _v5.13.0:
@@ -12603,7 +12603,7 @@ not matter.
1260312603
-------------------
1260412604

1260512605
This patch fixes inference in the :func:`~hypothesis.strategies.builds`
12606-
strategy with subtypes of :class:`python:typing.NamedTuple`, where the
12606+
strategy with subtypes of :obj:`python:typing.NamedTuple`, where the
1260712607
``__init__`` method is not useful for introspection. We now use the
1260812608
field types instead - thanks to James Uther for identifying this bug.
1260912609

0 commit comments

Comments
 (0)