File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
51
51
from .query import SQLiteType
52
52
53
- D = TypeVar ("D" , bound = "Database" , default = Any )
53
+ D = TypeVar ("D" , bound = "Database" , default = Any )
54
54
55
55
FlexAttrs = dict [str , str ]
56
56
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ For packagers:
61
61
* Optional ``extra_tags `` parameter has been removed from
62
62
``BeetsPlugin.candidates `` method signature since it is never passed in. If
63
63
you override this method in your plugin, feel free to remove this parameter.
64
+ * Loosened `typing_extensions`` dependency in pyproject.toml to apply to every python version.
64
65
65
66
For plugin developers:
66
67
@@ -90,7 +91,6 @@ For plugin developers:
90
91
Old imports are now deprecated and will be removed in version ``3.0.0 ``.
91
92
* ``beets.ui.decargs `` is deprecated and will be removed in version ``3.0.0 ``.
92
93
93
-
94
94
Other changes:
95
95
96
96
* Refactor: Split responsibilities of Plugins into MetaDataPlugins and general Plugins.
You can’t perform that action at this time.
0 commit comments