:version:`3.18.1 <v3.18.0...v3.18.1>` - 2023-02-06
--------------------------------------------------
**Changed**
- Stateful testing: Only make stateful requests when stateful data is available from another operation.
This change significantly reduces the number of API calls that likely will fail because of absence of stateful data. :issue:`1669`
**Performance**
- Do not merge component schemas into the currently tested schema if they are not referenced by it. Originally all
schemas were merged to make them visible to ``hypothesis-jsonschema``, but they imply significant overhead. :issue:`1180`
- Use a faster, specialized version of ``deepcopy``.