We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af1aec commit a0a846bCopy full SHA for a0a846b
docs/utilities/parser.md
@@ -14,7 +14,13 @@ This utility provides data parsing and deep validation using [Pydantic](https://
14
**Extra dependency**
15
16
???+ warning
17
- This will increase the overall package size by approximately 75MB due to Pydantic dependency.
+
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]`
24
25
Install parser's extra dependencies using **`pip install aws-lambda-powertools[pydantic]`**.
26
0 commit comments