Skip to content

Commit

Permalink
Relax jedi version constration to ^0.18
Browse files Browse the repository at this point in the history
Resolves #190
  • Loading branch information
pappasam committed Dec 31, 2021
1 parent a538578 commit 9fa1c8d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 50 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.35.1

### Changed

- `jedi` version constraint has been relaxed to `^0.18.0`. Resolves <https://github.com/pappasam/jedi-language-server/issues/190>.

## 0.35.0

### Changed
Expand Down
76 changes: 28 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ line_length = 79

[tool.poetry]
name = "jedi-language-server"
version = "0.35.0"
version = "0.35.1"
description = "A language server for Jedi!"
authors = ["Sam Roeca <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -41,7 +41,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.6"
jedi = "0.18.0"
jedi = "^0.18.0"
pygls = "^0.11.1"
pydantic = "^1.7"
docstring-to-markdown = "0.*"
Expand Down

0 comments on commit 9fa1c8d

Please sign in to comment.