Commit 8002518
Add missing typing_extensions dependency (#201)
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 <dominic.baggott@gmail.com>
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
Co-authored-by: Mattt Zmuda <mattt@replicate.com>1 parent 15f9c59 commit 8002518
3 files changed
+8
-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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
0 commit comments