Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Pro
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 50 million developers.
Sign up
Pinned
1,963 contributions in the last year
Activity overview
Contribution activity
October 2020
- samuelcolvin/pytest-cloudflare-worker Python
- samuelcolvin/cfpypi JavaScript
Created a pull request in samuelcolvin/pydantic that received 1 comment
- Add ability to use min_length and max_length constraints with secret types
- fix(validation): also check `root_validators` when `validate_assignment` is on
- Docs: Add validators to dynamic model
- Adding deque to valid field types
- Add `rediss` (Redis over SSL) protocol to `RedisDsn`
- Generate a hash function when `allow_mutation` is `False`
- ✨ Add types SpaceSeparated, CommaSeparated, CommaSeparatedStripped
- Fix representation of literal enums (#1747)
- Add ability to read secrets from files
- feat: make pydantic `dataclass` decorator support built-in `dataclass`
- Parse time with tz
- feat: support `default_factory` with `BaseModel.construct`
- feat(schema): support custom title, description and default for enums
- feat(field): add `Enum` and `IntEnum` as valid types for fields
- [wip] feat(field): add dump_alias and load_alias options
- Add pickle support to dynamically created models and generics
Created an issue in samuelcolvin/pydantic that received 5 comments
The big Onion
I'm wondering about making a major change to pydantic's internals in v2. Validators are currently a list of functions that are called one after ano…