Skip to content

Commit

Permalink
Dependencies: Add upper limit jedi<0.19
Browse files Browse the repository at this point in the history
Certain tab completion functionality in ipython shells, for example the
completion of `Node.inputs`, was broken for `jedi==0.19` in combination
with recent version of `ipython`.

Cherry-pick: fae2a9c
  • Loading branch information
unkcpz authored and sphuber committed Nov 28, 2023
1 parent c4799ad commit 90e586f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Expand Up @@ -17,6 +17,7 @@ dependencies:
- get-annotations~=0.1
- python-graphviz~=0.19
- ipython>=7
- jedi<0.19
- jinja2~=3.0
- jsonschema~=3.0
- kiwipy[rmq]~=0.7.7
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"get-annotations~=0.1;python_version<'3.10'",
"graphviz~=0.19",
"ipython>=7",
"jedi<0.19",
"jinja2~=3.0",
"jsonschema~=3.0",
"kiwipy[rmq]~=0.7.7",
Expand Down

0 comments on commit 90e586f

Please sign in to comment.