File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,13 @@ This utility provides data parsing and deep validation using [Pydantic](https://
14
14
** Extra dependency**
15
15
16
16
???+ warning
17
- This will increase the overall package size by approximately 75MB due to Pydantic dependency.
17
+
18
+ This will increase the compressed package size by >10MB due to the Pydantic dependency.
19
+
20
+ To reduce the impact on the package size at the expense of 30%-50% of its performance [Pydantic can also be
21
+ installed without binary files](https://pydantic-docs.helpmanual.io/install/#performance-vs-package-size-trade-off):
22
+
23
+ `SKIP_CYTHON=1 pip install --no-binary pydantic aws-lambda-powertools[pydantic]`
18
24
19
25
Install parser's extra dependencies using ** ` pip install aws-lambda-powertools[pydantic] ` ** .
20
26
You can’t perform that action at this time.
0 commit comments