Skip to content

Commit

Permalink
Use pygls v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwist-sgr committed Aug 27, 2024
1 parent 34b92db commit e704479
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# NEWS

## 1.22

- Use pygls v1.3


## 1.17

- Migrating to pygls v1.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Yet another Jedi Python language server
## Requirements

- Python >= 3.6
- pygls >= 1.1, <1.2
- pygls >= 1.3, <1.4
- Jedi >= 0.19
- pyflakes ~= 2.2
- pycodestyle ~= 2.5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.7.16"
dependencies = [
"jedi>=0.19.0",
"pygls>=1.1,<1.2",
"pygls>=1.3,<1.4",
"pyflakes~=2.2",
"pycodestyle~=2.5",
"yapf~=0.30",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jedi>=0.19.0
pygls>=1.1,<1.2
pygls>=1.3,<1.4
pyflakes~=2.2
pycodestyle~=2.5
yapf~=0.30
Expand Down

0 comments on commit e704479

Please sign in to comment.