Skip to content

Commit 4fdd438

Browse files
committed
Add pydantic-settings<=2.4 constraint as work-around for clack crash
1 parent 099730f commit 4fdd438

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements.in

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ bolton-clack ~= 0.3.12
33
bolton-logrus ~= 0.1.1
44
bolton-typist ~= 0.2.0
55
jinja2
6+
# TODO: Remove the following constraint once clack crash is fixed.
7+
pydantic-settings <= 2.4
68
python-dateutil ~= 2.9
79
rich ~= 13.7
810
sqlmodel ~= 0.0.16

0 commit comments

Comments
 (0)