Skip to content

Commit

Permalink
Bump Jedi upper pin to <0.20 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Aug 12, 2023
1 parent 2757c3a commit f33a93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.7"
dependencies = [
"jedi>=0.17.2,<0.19.0",
"jedi>=0.17.2,<0.20.0",
"python-lsp-jsonrpc>=1.0.0",
"pluggy>=1.0.0",
"docstring-to-markdown",
Expand Down

0 comments on commit f33a93a

Please sign in to comment.