From b60e1318a5135d0f34c3c65c0435216fa95ca1a9 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 07:27:41 +0000 Subject: [PATCH 1/2] Update from copier (2026-07-12T07:27:41) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index dd26e71..33aa580 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 392c67f +_commit: '4875149' _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/pyproject.toml b/pyproject.toml index ef826c1..f37c4cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ authors = [ description = "pydantic models to argparse CLIs" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "0.1.1" requires-python = ">=3.10" keywords = [ @@ -22,6 +23,11 @@ keywords = [ "models", "validation", ] +======= +version = "0.1.0" +requires-python = ">=3.11" +keywords = [] +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -29,7 +35,6 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", From 22dc72a3f42c7b98b5cfdb6f0b6d7db5a14f313f Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:47:12 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f37c4cd..2f092ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,8 @@ authors = [ description = "pydantic models to argparse CLIs" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "0.1.1" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [ "argparse", "cli", @@ -23,11 +22,6 @@ keywords = [ "models", "validation", ] -======= -version = "0.1.0" -requires-python = ">=3.11" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha",