Skip to content

Commit 6c82062

Browse files
authored
Merge pull request #332 from appsignal/pin-click-fix-hatch
Pin `click` to fix `hatch` issue
2 parents 9130659 + 1005fe8 commit 6c82062

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

  • python
    • django4-asgi/commands
    • django4-celery/commands
    • django4-wsgi/commands
    • fastapi-databases/commands
    • fastapi/commands
    • flask-pika/commands
    • flask-sqlalchemy/commands
    • flask/commands
    • starlette/commands

python/django4-asgi/commands/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip3 install --upgrade pip
66

77
cd /integration
88

9-
pip3 install hatch
9+
pip3 install hatch "click<8.3.0"
1010
hatch clean
1111
hatch run build:me
1212

python/django4-celery/commands/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip3 install --upgrade pip
66

77
cd /integration
88

9-
pip3 install hatch
9+
pip3 install hatch "click<8.3.0"
1010
hatch clean
1111
hatch run build:me
1212

python/django4-wsgi/commands/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip3 install --upgrade pip
66

77
cd /integration
88

9-
pip3 install hatch
9+
pip3 install hatch "click<8.3.0"
1010
hatch clean
1111
hatch run build:me
1212

python/fastapi-databases/commands/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip3 install --upgrade pip
66

77
cd /integration
88

9-
pip3 install hatch
9+
pip3 install hatch "click<8.3.0"
1010
hatch clean
1111
hatch run build:me
1212

python/fastapi/commands/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip3 install --upgrade pip
66

77
cd /integration
88

9-
pip3 install hatch
9+
pip3 install hatch "click<8.3.0"
1010
hatch clean
1111
hatch run build:me
1212

python/flask-pika/commands/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip3 install --upgrade pip
66

77
cd /integration
88

9-
pip3 install hatch
9+
pip3 install hatch "click<8.3.0"
1010
hatch clean
1111
hatch run build:me
1212

python/flask-sqlalchemy/commands/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip3 install --upgrade pip
66

77
cd /integration
88

9-
pip3 install hatch
9+
pip3 install hatch "click<8.3.0"
1010
hatch clean
1111
hatch run build:me
1212

python/flask/commands/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip3 install --upgrade pip
66

77
cd /integration
88

9-
pip3 install hatch
9+
pip3 install hatch "click<8.3.0"
1010
hatch clean
1111
hatch run build:me
1212

python/starlette/commands/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip3 install --upgrade pip
66

77
cd /integration
88

9-
pip3 install hatch
9+
pip3 install hatch "click<8.3.0"
1010
hatch clean
1111
hatch run build:me
1212

0 commit comments

Comments
 (0)