Commit fa8b8cf
Sainikhil Juluri
fix(tests): import NotRequired from typing_extensions for Python 3.10
typing.NotRequired is 3.11+, but this project supports >=3.10, so the new
tests broke collection on every 3.10 job and pyright (which also resolves
against 3.10) reported the TypedDict keys as required.
Matches the convention already used elsewhere in the suite.1 parent 833a41f commit fa8b8cf
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments