Commit f779345
committed
Add missing typing_extensions dependency
We're relying on a feature (`deprecated`) from version 4.5.0 of
typing_extensions, but the version bundled with Python varies. Include
it as an explicit dependency to avoid import errors for users.
Signed-off-by: Dominic Baggott <[email protected]>1 parent 45e3020 commit f779345
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments