From b0816b3e5480d770c89111a821d5207e6cd8a494 Mon Sep 17 00:00:00 2001 From: yaythomas Date: Mon, 1 Dec 2025 12:32:49 -0800 Subject: [PATCH] chore: pin hatch to 1.15.0 in ci --- .github/workflows/ci.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- .github/workflows/sync-package.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6f9f12..4ba54cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch run: | - python -m pip install --upgrade hatch + python -m pip install hatch==1.15.0 - name: static analysis run: hatch fmt --check - name: type checking diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index af6582b..d2abd06 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -107,7 +107,7 @@ jobs: env: AWS_DURABLE_SDK_URL: file://${{ github.workspace }}/language-sdk run: | - pip install hatch + python -m pip install hatch==1.15.0 python -m pip install -e . - name: Get integration examples diff --git a/.github/workflows/sync-package.yml b/.github/workflows/sync-package.yml index 15d9ec0..56f4c24 100644 --- a/.github/workflows/sync-package.yml +++ b/.github/workflows/sync-package.yml @@ -27,7 +27,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install Hatch run: | - python -m pip install --upgrade hatch + python -m pip install hatch==1.15.0 - name: Build distribution run: hatch build - name: configure aws credentials