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

🐛 Fix jsonable_encoder using include and exclude parameters for non-Pydantic objects #2606

Merged

Commits on May 22, 2022

  1. fix(jsonable_encoder): include and exclude parameters

    This fixes tiangolo#2594. I added more few cases with include and exclude parameters, which were missing. Now the parameters are consistent with the way that it works with Pydantic.
    xaviml committed May 22, 2022
    Configuration menu
    Copy the full SHA
    03c5043 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

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