fix: handle empty environment variables for list fields
Build and Push / release (push) Successful in 3s
Build and Push / build (push) Successful in 1m12s

- Use Optional[list[str]] with None default for allowed_paths
- Add env_parse_none_str="" to treat empty strings as None
- Add effective_allowed_paths property for safe access

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-09 20:38:30 +01:00
co-authored by Claude Opus 4.5
parent cbf75986fb
commit d046831903
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "webber"
version = "0.2.1"
version = "0.2.2"
description = "Mrs. Webber - Multi-Agent AI Development System"
authors = [
{name = "jpmschweitzer"}