From 794c7729e95094771b68e47bee992bcb47a1e900 Mon Sep 17 00:00:00 2001 From: Drew Yang Date: Thu, 20 Mar 2025 22:14:10 -0500 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E2=9E=95=20add=20setuptools=20as=20?= =?UTF-8?q?dep=20since=20conda-forge=20py3.13=20removes=20it=20as=20defaul?= =?UTF-8?q?t=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6040be30..f9383015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ dependencies = [ "otumat", "faker", "cryptography", - "urllib3" + "urllib3", + "setuptools", ] requires-python = ">=3.8,<4.0" authors = [ From bc21349a7ad810ab147720c67aee68e61fb153f2 Mon Sep 17 00:00:00 2001 From: Drew Yang Date: Thu, 20 Mar 2025 22:15:46 -0500 Subject: [PATCH 2/2] chore: pre-commit lint --- .github/workflows/close_inactive_issues.yaml | 2 +- .github/workflows/label_issues.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close_inactive_issues.yaml b/.github/workflows/close_inactive_issues.yaml index 4710e1df..e08f471a 100644 --- a/.github/workflows/close_inactive_issues.yaml +++ b/.github/workflows/close_inactive_issues.yaml @@ -19,4 +19,4 @@ jobs: close-issue-message: "This issue was closed because it has been inactive for 365 days since being marked as stale, please reopen if it's still applicable." days-before-pr-stale: 45 # for initial period, suggest 15 days-before-pr-close: 365 # for initial period, suggest 30 - repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/label_issues.yaml b/.github/workflows/label_issues.yaml index 9504b570..d5f99f01 100644 --- a/.github/workflows/label_issues.yaml +++ b/.github/workflows/label_issues.yaml @@ -15,4 +15,4 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_REPO: ${{ github.repository }} NUMBER: ${{ github.event.issue.number }} - LABELS: triage \ No newline at end of file + LABELS: triage