Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(install): instructions to reduce pydantic package size #1077

Merged
merged 2 commits into from
Apr 12, 2022
Merged

docs(install): instructions to reduce pydantic package size #1077

merged 2 commits into from
Apr 12, 2022

Commits on Mar 16, 2022

  1. docs: Add how to install Pydantic without binaries

    Pydantic can be installed without binary files. This significantly
    reduces the additional size it adds to the compressed Lambda packages
    (down to 2MB from 25MB) at the expense of 30%-50% of its performance.
    
    While at it I also updated the amount of megabyte Pydantic adds to the
    package, as it wasn't clear if the stated number referred to compressed
    or uncompressed package size and I couldn't reproduce the 75MB either
    way.
    Dunedan committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    fe98327 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    28dd8f3 View commit details
    Browse the repository at this point in the history