Skip to content

Commit 37dc14f

Browse files
potiukLefteris Gilmaz
authored and
Lefteris Gilmaz
committed
Update min version of click also in airflow to 8.1.8 (apache#45177)
Click introduced breaking change for breeze opts behaviour fixed in apache#45156 however it did not force breeze image to upgrade click to newer version and it could have caused out-dated images to use older click version even if the image has been rebuilt. This PR also updates click version in the breeze image.
1 parent d71feb7 commit 37dc14f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hatch_build.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@
150150
"doc": [
151151
"astroid>=2.12.3,<3.0",
152152
"checksumdir>=1.2.0",
153-
# click 8.1.4 and 8.1.5 generate mypy errors due to typing issue in the upstream package:
154-
# https://github.com/pallets/click/issues/2558
155-
"click>=8.0,!=8.1.4,!=8.1.5",
153+
"click>=8.1.8",
156154
# Docutils 0.17.0 converts generated <div class="section"> into <section> and breaks our doc formatting
157155
# By adding a lot of whitespace separation. This limit can be lifted when we update our doc to handle
158156
# <section> tags for sections

0 commit comments

Comments
 (0)