Vorbereitung Release 03.0 #94

Merged
tpeetz merged 115 commits from develop/0.3.0 into main 2026-08-25 06:01:18 +00:00
Showing only changes of commit 90b1e8def3 - Show all commits
+1
View File
@@ -7,6 +7,7 @@ import yaml
import msgspec import msgspec
from pathlib import Path from pathlib import Path
from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
from typing import Any, Dict, List, Optional
from platformdirs import PlatformDirs from platformdirs import PlatformDirs
from api import Server, get_api_config from api import Server, get_api_config
from log import get_logger from log import get_logger