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

Add support to Pydantic #566

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Add support to Pydantic #566

merged 1 commit into from
Sep 26, 2024

Conversation

nycholas
Copy link
Member

Add experimental support to serialize Pydantic models and Python dataclasses directly on views (input and output).

examples/pydantic/run.py Dismissed Show dismissed Hide dismissed
@nycholas
Copy link
Member Author

Added #473

@nycholas nycholas force-pushed the feature/pydantic branch 3 times, most recently from d0134d5 to 3b3b216 Compare September 26, 2024 18:10
@nycholas
Copy link
Member Author

github-actions-workflow-tests

Copy link

Running "Tests [Docker]" workflow.

Add experimental support to serialize Pydantic models and Python dataclasses directly on views (input and output).

* Add Pydantic dependency: https://docs.pydantic.dev/2.9/
* Remove dacite dependency: https://github.com/konradhalas/dacite
* Add Pyright to static type checker, https://microsoft.github.io/pyright/
@nycholas
Copy link
Member Author

github-actions-workflow-tests

Copy link

Running "Tests [Docker]" workflow.

@nycholas nycholas merged commit 62cbfe7 into master Sep 26, 2024
13 checks passed
@nycholas nycholas deleted the feature/pydantic branch September 26, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant