Skip to content

Commit 8cd45b4

Browse files
committed
Clarify changes in 0.41 which may affect consumers
Notably the pydantic change means that packaging Jedi LSP for redistribution is now more involved.
1 parent db32907 commit 8cd45b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
- Removed support for Python 3.7
1212

13+
### Changed
14+
15+
- `jedi` upgraded to `0.19`, adding support for Python 3.11
16+
- `pydantic` upgraded to `2.x` from `1.x`; Pydantic 2 contains a compiled Rust core making it faster but requiring platform specific builds
17+
1318
### Fixed
1419

1520
- Fixes <https://github.com/pappasam/jedi-language-server/issues/262>

0 commit comments

Comments
 (0)