Skip to content

Commit bf72426

Browse files
committed
temporarily install click<8.3.0
1 parent ae11a02 commit bf72426

38 files changed

Lines changed: 38 additions & 38 deletions

.github/workflows/amazon_bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: ${{ matrix.python-version }}
5353

5454
- name: Install Hatch
55-
run: pip install --upgrade hatch
55+
run: pip install --upgrade hatch "click<8.3.0"
5656

5757
- name: Lint
5858
if: matrix.python-version == '3.9' && runner.os == 'Linux'

.github/workflows/amazon_sagemaker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python-version: ${{ matrix.python-version }}
4848

4949
- name: Install Hatch
50-
run: pip install --upgrade hatch
50+
run: pip install --upgrade hatch "click<8.3.0"
5151

5252
- name: Lint
5353
if: matrix.python-version == '3.9' && runner.os == 'Linux'

.github/workflows/anthropic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Install Hatch
51-
run: pip install --upgrade hatch
51+
run: pip install --upgrade hatch "click<8.3.0"
5252

5353
- name: Lint
5454
if: matrix.python-version == '3.9' && runner.os == 'Linux'

.github/workflows/astra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Install Hatch
51-
run: pip install --upgrade hatch
51+
run: pip install --upgrade hatch "click<8.3.0"
5252

5353
- name: Lint
5454
if: matrix.python-version == '3.9' && runner.os == 'Linux'

.github/workflows/azure_ai_search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: ${{ matrix.python-version }}
4646

4747
- name: Install Hatch
48-
run: pip install --upgrade hatch
48+
run: pip install --upgrade hatch "click<8.3.0"
4949

5050
- name: Lint
5151
if: matrix.python-version == '3.9' && runner.os == 'Linux'

.github/workflows/chroma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python-version: ${{ matrix.python-version }}
4848

4949
- name: Install Hatch
50-
run: pip install --upgrade hatch
50+
run: pip install --upgrade hatch "click<8.3.0"
5151

5252
- name: Lint
5353
if: matrix.python-version == '3.9' && runner.os == 'Linux'

.github/workflows/cohere.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Install Hatch
51-
run: pip install --upgrade hatch
51+
run: pip install --upgrade hatch "click<8.3.0"
5252

5353
- name: Lint
5454
if: matrix.python-version == '3.9' && runner.os == 'Linux'

.github/workflows/deepeval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Install Hatch
51-
run: pip install --upgrade hatch
51+
run: pip install --upgrade hatch "click<8.3.0"
5252
- name: Lint
5353
if: matrix.python-version == '3.9' && runner.os == 'Linux'
5454
run: hatch run fmt-check && hatch run test:types

.github/workflows/elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: ${{ matrix.python-version }}
4343

4444
- name: Install Hatch
45-
run: pip install --upgrade hatch
45+
run: pip install --upgrade hatch "click<8.3.0"
4646

4747
- name: Lint
4848
if: matrix.python-version == '3.9' && runner.os == 'Linux'

.github/workflows/fastembed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333

3434
- name: Install Hatch
35-
run: pip install --upgrade hatch
35+
run: pip install --upgrade hatch "click<8.3.0"
3636
- name: Lint
3737
if: matrix.python-version == '3.9' && runner.os == 'Linux'
3838
run: hatch run fmt-check && hatch run test:types

0 commit comments

Comments
 (0)