Commit 4dedbaf
authored
fix: provide upper bound on jedi pin (#9449)
## 📝 Summary
closes #9446
closes #9447
Currently `jedi==0.20.0` is incompatible with `python-lsp`
(`jedi<0.20.0` is hardcoded). As such, limit `jedi` for now, until we
can properly solve1 parent 1fe39e1 commit 4dedbaf
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments