From 14971949075fea81325186280ac71bfd853739d8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:41:44 +0000 Subject: [PATCH 1/2] Update from copier (2026-07-10T21:41:44) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/wiki.yaml | 2 +- pyproject.toml | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index b294d1f..a64be38 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: dbcb02b +_commit: c184e53 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.github/workflows/wiki.yaml b/.github/workflows/wiki.yaml index d2cc646..f3306fd 100644 --- a/.github/workflows/wiki.yaml +++ b/.github/workflows/wiki.yaml @@ -22,6 +22,6 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - run: cp README.md docs/wiki/Home.md - - uses: Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5 + - uses: Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5.0.4 with: path: docs/wiki diff --git a/pyproject.toml b/pyproject.toml index 57569bb..060765a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ authors = [ description = "Reactive chat bot framework" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "1.1.0" requires-python = ">=3.10" keywords = [ @@ -22,6 +23,11 @@ keywords = [ "chat", "chatbot", ] +======= +version = "0.1.0" +requires-python = ">=3.11" +keywords = [] +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -30,7 +36,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 d3fbd164d4401fc417c544a26784471fdcf038d7 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:42:49 -0400 Subject: [PATCH 2/2] Change version to 1.1.0 and update requirements Updated version and Python requirements in pyproject.toml --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 060765a..57569bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ authors = [ description = "Reactive chat bot framework" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "1.1.0" requires-python = ">=3.10" keywords = [ @@ -23,11 +22,6 @@ keywords = [ "chat", "chatbot", ] -======= -version = "0.1.0" -requires-python = ">=3.11" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -36,6 +30,7 @@ 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",