dump_data is now ANY, we do the detail dump type in the run later

This commit is contained in:
Clemens Schwaighofer
2025-07-26 10:51:37 +09:00
parent 2b8240c156
commit 582937b866
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import json
from typing import Any
def dump_data(data: dict[Any, Any] | list[Any] | str | None) -> str:
def dump_data(data: Any) -> str:
"""
dump formated output from dict/list

2
uv.lock generated
View File

@@ -44,7 +44,7 @@ wheels = [
[[package]]
name = "corelibs"
version = "0.18.0"
version = "0.18.1"
source = { editable = "." }
dependencies = [
{ name = "jmespath" },