Skip to content

Commit a2835fc

Browse files
committed
Clean up dependencies, prepare release
1 parent 8cd6e04 commit a2835fc

File tree

4 files changed

+131
-238
lines changed

4 files changed

+131
-238
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## 0.41.1
8+
9+
### Added
10+
11+
- Direct `cattrs` dependency for parsing InitializationOptions. Note: this doesn't really add a dependency because `cattrs` was already required by the existing `lsprotocol` dependency.
12+
13+
### Removed
14+
15+
- `pydantic` dependency; it made distributing `jedi-language-server` harder than it needed to be.
16+
717
## 0.41.0
818

919
### Removed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ test: setup ## Run the tests, but only for current Python version
3636
poetry run pylint jedi_language_server tests
3737
poetry run pytest tests
3838

39-
.PHONY: test-all
40-
test-all: setup ## Run the tests for all relevant Python version
41-
poetry run tox
42-
4339
.PHONY: publish
4440
publish: setup ## Build & publish the new version
4541
poetry build

0 commit comments

Comments
 (0)