From 6653f9c5eac56a36e2590ce694187e955c628542 Mon Sep 17 00:00:00 2001 From: Phillip Moore Date: Mon, 18 May 2026 18:48:56 -0400 Subject: [PATCH] chore(config): remove co-authors section, normalize vergil dep to v2.0 Co-Authored-By: wphillipmoore-vergil <285019742+wphillipmoore-vergil@users.noreply.github.com> --- vergil.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/vergil.toml b/vergil.toml index ea6c1e3..8258028 100644 --- a/vergil.toml +++ b/vergil.toml @@ -5,9 +5,6 @@ branching-model = "library-release" release-model = "artifact-publishing" primary-language = "python" -[project.co-authors] -agent = "Co-Authored-By: wphillipmoore-agent <284101533+wphillipmoore-agent@users.noreply.github.com>" - [ci] versions = ["3.12", "3.13", "3.14"] integration-tests = true