From 5a9e583db5a6440898af6347a6466bdb1ee28cde Mon Sep 17 00:00:00 2001 From: Eric Osiowy <134728121+erico-aws@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:00:56 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20Revert=20"chore:=20pin=20the=20version?= =?UTF-8?q?=20of=20click=20that=20hatch=20uses=20to=20<8.3=20due=20to=20Se?= =?UTF-8?q?ntin=E2=80=A6=20(#184)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e2e088cefdc87247a2221b0f0cca7242a1c19760. 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 5bba99f..c7c5f99 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -81,7 +81,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 128d74e..e8014f3 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