Skip to content

Commit 29bf6f4

Browse files
committed
[v2-10-test] Update min version of click also in airflow to 8.1.8 (#45177)
Click introduced breaking change for breeze opts behaviour fixed in #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. (cherry picked from commit a2b18d8) Co-authored-by: Jarek Potiuk <[email protected]>
1 parent 9a1b537 commit 29bf6f4

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
@@ -158,9 +158,7 @@
158158
"doc": [
159159
"astroid>=2.12.3,<3.0",
160160
"checksumdir>=1.2.0",
161-
# click 8.1.4 and 8.1.5 generate mypy errors due to typing issue in the upstream package:
162-
# https://github.com/pallets/click/issues/2558
163-
"click>=8.0,!=8.1.4,!=8.1.5",
161+
"click>=8.1.8",
164162
# Docutils 0.17.0 converts generated <div class="section"> into <section> and breaks our doc formatting
165163
# By adding a lot of whitespace separation. This limit can be lifted when we update our doc to handle
166164
# <section> tags for sections

0 commit comments

Comments
 (0)