From b4f917f0a4b0b2be9d9b46862e186b291dea7246 Mon Sep 17 00:00:00 2001 From: Eric Osiowy <134728121+erico-aws@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:04:36 -0500 Subject: [PATCH] chore: Revert "chore: pin the version of click that hatch uses to <8.3 due to Sentinel bug (#231)" This reverts commit 6b2b199f08cd4633fd2dfe512dafd4aba83dfd58. Signed-off-by: Eric Osiowy <134728121+erico-aws@users.noreply.github.com> --- .github/workflows/release_publish.yml | 2 +- pipeline/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index 7bc1845c..3f192822 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -83,7 +83,7 @@ jobs: python-version: '3.9' - name: Install dependencies run: | - pip install --upgrade hatch "click<8.3" + pip install --upgrade hatch - name: Build run: hatch -v build # # See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi diff --git a/pipeline/build.sh b/pipeline/build.sh index 128d74e5..e8014f30 100755 --- a/pipeline/build.sh +++ b/pipeline/build.sh @@ -3,7 +3,7 @@ set -e pip install --upgrade pip -pip install --upgrade hatch "click<8.3" +pip install --upgrade hatch pip install --upgrade twine hatch run codebuild:lint hatch run codebuild:test