Skip to content

chore(main): release 1.10.4 (#208) #552

chore(main): release 1.10.4 (#208)

chore(main): release 1.10.4 (#208) #552

Triggered via push April 8, 2026 10:01
Status Failure
Total duration 1m 3s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Test types
Process completed with exit code 1.
Test types
8 errors
Test types: app/util/templates.py#L51
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType" (reportUnnecessaryTypeIgnoreComment)
Test types: app/util/templates.py#L47
Argument of type "str" cannot be assigned to parameter "value" of type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]" in function "__setitem__"   Type "str" is not assignable to type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]"     Type "str" is not assignable to type "type[range]"     Type "str" is not assignable to type "type[dict[Unknown, Unknown]]"     Type "str" is not assignable to type "(n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str"     Type "str" is not assignable to type "type[Cycler]"     Type "str" is not assignable to type "type[Joiner]"     Type "str" is not assignable to type "type[Namespace]" (reportArgumentType)
Test types: app/util/templates.py#L43
Argument of type "str" cannot be assigned to parameter "value" of type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]" in function "__setitem__"   Type "str" is not assignable to type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]"     Type "str" is not assignable to type "type[range]"     Type "str" is not assignable to type "type[dict[Unknown, Unknown]]"     Type "str" is not assignable to type "(n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str"     Type "str" is not assignable to type "type[Cycler]"     Type "str" is not assignable to type "type[Joiner]"     Type "str" is not assignable to type "type[Namespace]" (reportArgumentType)
Test types: app/util/templates.py#L40
Argument of type "Literal['^\\{\\s*(?:"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"\\s*:\\s*"[^"\\\\]*(?…']" cannot be assigned to parameter "value" of type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]" in function "__setitem__"   Type "Literal['^\\{\\s*(?:"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"\\s*:\\s*"[^"\\\\]*(?…']" is not assignable to type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]"     Type "Literal['^\\{\\s*(?:"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"\\s*:\\s*"[^"\\\\]*(?…']" is not assignable to type "type[range]"     Type "Literal['^\\{\\s*(?:"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"\\s*:\\s*"[^"\\\\]*(?…']" is not assignable to type "type[dict[Unknown, Unknown]]"     Type "Literal['^\\{\\s*(?:"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"\\s*:\\s*"[^"\\\\]*(?…']" is not assignable to type "(n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str"     Type "Literal['^\\{\\s*(?:"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"\\s*:\\s*"[^"\\\\]*(?…']" is not assignable to type "type[Cycler]"     Type "Literal['^\\{\\s*(?:"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"\\s*:\\s*"[^"\\\\]*(?…']" is not assignable to type "type[Joiner]"     Type "Literal['^\\{\\s*(?:"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"\\s*:\\s*"[^"\\\\]*(?…']" is not assignable to type "type[Namespace]" (reportArgumentType)
Test types: app/util/templates.py#L39
Argument of type "str" cannot be assigned to parameter "value" of type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]" in function "__setitem__"   Type "str" is not assignable to type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]"     Type "str" is not assignable to type "type[range]"     Type "str" is not assignable to type "type[dict[Unknown, Unknown]]"     Type "str" is not assignable to type "(n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str"     Type "str" is not assignable to type "type[Cycler]"     Type "str" is not assignable to type "type[Joiner]"     Type "str" is not assignable to type "type[Namespace]" (reportArgumentType)
Test types: app/util/templates.py#L38
Argument of type "Overload[(o: object, name: str, /) -> Any, (o: object, name: str, default: None, /) -> (Any | None), (o: object, name: str, default: bool, /) -> (Any | bool), (o: object, name: str, default: list[Any], /) -> (Any | list[Any]), (o: object, name: str, default: dict[Any, Any], /) -> (Any | dict[Any, Any]), (o: object, name: str, default: _T@getattr, /) -> (Any | _T@getattr)]" cannot be assigned to parameter "value" of type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]" in function "__setitem__"   Type "Overload[(o: object, name: str, /) -> Any, (o: object, name: str, default: None, /) -> (Any | None), (o: object, name: str, default: bool, /) -> (Any | bool), (o: object, name: str, default: list[Any], /) -> (Any | list[Any]), (o: object, name: str, default: dict[Any, Any], /) -> (Any | dict[Any, Any]), (o: object, name: str, default: _T@getattr, /) -> (Any | _T@getattr)]" is not assignable to type "type[range] | type[dict[Unknown, Unknown]] | ((n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str) | type[Cycler] | type[Joiner] | type[Namespace]"     Type "Overload[(o: object, name: str, /) -> Any, (o: object, name: str, default: None, /) -> (Any | None), (o: object, name: str, default: bool, /) -> (Any | bool), (o: object, name: str, default: list[Any], /) -> (Any | list[Any]), (o: object, name: str, default: dict[Any, Any], /) -> (Any | dict[Any, Any]), (o: object, name: str, default: _T@getattr, /) -> (Any | _T@getattr)]" is not assignable to type "type[range]"     Type "Overload[(o: object, name: str, /) -> Any, (o: object, name: str, default: None, /) -> (Any | None), (o: object, name: str, default: bool, /) -> (Any | bool), (o: object, name: str, default: list[Any], /) -> (Any | list[Any]), (o: object, name: str, default: dict[Any, Any], /) -> (Any | dict[Any, Any]), (o: object, name: str, default: _T@getattr, /) -> (Any | _T@getattr)]" is not assignable to type "type[dict[Unknown, Unknown]]"     No overloaded function matches type "(n: int = 5, html: bool = True, min: int = 20, max: int = 100) -> str"     Type "Overload[(o: object, name: str, /) -> Any, (o: object, name: str, default: None, /) -> (Any | None), (o: object, name: str, default: bool, /) -> (Any | bool), (o: object, name: str, default: list[Any], /) -> (Any | list[Any]), (o: object, name: str, default: dict[Any, Any], /) -> (Any | dict[Any, Any]), (o: object, name: str, default: _T@getattr, /) -> (Any | _T@getattr)]" is not assignable to type "type[Cycler]"     Type "Overload[(o: object, name: str, /) -> Any, (o: object, name: str, default: None, /) -> (Any | None), (o: object, name: str, default: bool, /) -> (Any | bool), (o: object, name: str, default: list[Any], /) -> (Any | list[Any]), (o: object, name: str, default: dict[Any, Any], /) -> (Any | dict[Any, Any]), (o: object, name: str, default: _T@getattr, /) -> (Any | _T@getattr)]" is not assignable to type "type[Joiner]"     Type "Overload[(o: object, name: str, /) -> Any, (o: object, name: str, default: None, /) -> (Any | None), (o: object, name: str, default: bool, /) -> (Any | bool), (o: object, name: str, default: list[Any], /) -> (Any | list[Any]), (o: object, name: str, default: dict[Any, Any], /) -> (Any | dict[Any, Any]), (o: object, name: str, default: _T@getattr, /) -> (Any | _T@getattr)]" is not assignable to type "type[Namespace]" (reportArgumentType)
Test types: app/routers/pages/settings/indexers.py#L27
Cannot instantiate abstract class "StringConfigCache"   class has no abstract members, but is explicitly denoted with "ABC" or "ABCMeta" (reportEmptyAbstractUsage)
Test types: app/internal/indexers/configuration.py#L65
Cannot instantiate abstract class "StringConfigCache"   class has no abstract members, but is explicitly denoted with "ABC" or "ABCMeta" (reportEmptyAbstractUsage)
Test types
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, astral-sh/setup-uv@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/