Settings loader mandatory fixes

- mandatory empty check if empty list ([''])
- skip regex check if replace value is None -> allowed empty as empty if not mandatory
This commit is contained in:
Clemens Schwaighofer
2025-07-14 16:23:55 +09:00
parent bcca43d774
commit 58c8447531
4 changed files with 16 additions and 5 deletions

2
uv.lock generated
View File

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