From eedc4f5916bea4e176745cf60879ec09d508d8ca Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:24:23 -0500 Subject: [PATCH] Update parsedmarc/types.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- parsedmarc/types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parsedmarc/types.py b/parsedmarc/types.py index 03d2d49..6a4efcb 100644 --- a/parsedmarc/types.py +++ b/parsedmarc/types.py @@ -30,8 +30,8 @@ class AggregatePolicyPublished(TypedDict): aspf: str p: str sp: str - pct: str - fo: str + pct: Optional[str] + fo: Optional[str] np: Optional[str] testing: Optional[str] discovery_method: Optional[str]