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: HISTORY.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,17 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
22
22
-[`typing.Self`](https://docs.python.org/3/library/typing.html#typing.Self) is now supported in _attrs_ classes, dataclasses, TypedDicts and the dict NamedTuple factories.
23
23
See [`typing.Self`](https://catt.rs/en/latest/defaulthooks.html#typing-self) for details.
Copy file name to clipboardExpand all lines: docs/strategies.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,10 @@ This also means union members can be reused in multiple unions easily.
67
67
{'a': 1}
68
68
```
69
69
70
+
```{versionchanged} 25.1.0
71
+
The strategy can also be called with a type alias of a union.
72
+
```
73
+
70
74
### Real-life Case Study
71
75
72
76
The Apple App Store supports [server callbacks](https://developer.apple.com/documentation/appstoreservernotifications), by which Apple sends a JSON payload to a URL of your choice.
0 commit comments