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`.
  • Loading branch information
unkcpz authored and sphuber committed Nov 21, 2023
1 parent bf631f1 commit fae2a9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- get-annotations~=0.1
- python-graphviz~=0.19
- ipython>=7
- jedi<0.19
- jinja2~=3.0
- kiwipy[rmq]~=0.7.7
- importlib-metadata~=6.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies = [
"get-annotations~=0.1;python_version<'3.10'",
"graphviz~=0.19",
"ipython>=7",
"jedi<0.19",
"jinja2~=3.0",
"kiwipy[rmq]~=0.7.7",
"importlib-metadata~=6.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ipython==8.16.1
ipython-genutils==0.2.0
ipywidgets==8.1.1
itsdangerous==2.1.2
jedi==0.19.1
jedi==0.18.2
jinja2==3.1.2
joblib==1.3.2
jsonschema[format-nongpl]==3.2.0
Expand Down

0 comments on commit fae2a9c

Please sign in to comment.