Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
1,964 contributions in the last year
Activity overview
Contributed to
tiangolo/fastapi,
tiangolo/full-stack-fastapi-couchbase,
tiangolo/full-stack-flask-couchbase
and 5 other
repositories
Contribution activity
May 2019
- tiangolo/oauthlib Python
- tiangolo/loginpass Python
- tiangolo/authlib Python
Created a pull request in samuelcolvin/pydantic that received 11 comments
Add support for arbitrary class instances
Change Summary Add support for arbitrary class instances. From the new docs: from pydantic import BaseModel class DatabaseFoo: def __init__(self, c…
+151
−18
•
11
comments
- Update testing docs, examples for testing POST, headers
- Fix response_model type to allow List[Model]
- Add other Pydantic dict params to path operations
- Upgrade Starlette to 0.12.0
- Dependencies in path operation decorator and include_router
- Separate format and lint scripts
- Add docs about params as functions for mypy
- Add param functions, to override types, to make mypy happy