14
0

- update to 2023.0.1:

* Remove type ignore comments
  * Tighten `cattrs` dependency
  * Fix bug with `WorkspaceSymbol` structuring hook

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lsprotocol?expand=0&rev=5
This commit is contained in:
2024-01-20 19:25:01 +00:00
committed by Git OBS Bridge
parent 5c3f5f00a9
commit d1c2464357
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 20 19:23:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2023.0.1:
* Remove type ignore comments
* Tighten `cattrs` dependency
* Fix bug with `WorkspaceSymbol` structuring hook
-------------------------------------------------------------------
Wed Dec 27 10:52:56 UTC 2023 - Dirk Müller <dmueller@suse.com>