Samuel Colvin

Results 325 issues of Samuel Colvin

See #1539, and #1240 where `from_json` originally suffered from this issue. Also discussion [here](https://pydantic.slack.com/archives/C04SY6R5H4Z/p1731418149663529).

This dates back to when `TypedDictValidator` was used to build fields for models. `extra` is not supported by Python `TypedDict`s so we can remove the logic from here. @sydney-runkle can...

As per #1512, the following validators disable partial support: * [ ] `DataclassArgsValidator` * [ ] `ModelFieldsValidator` * [ ] `TupleValidator` * [ ] `ArgumentsValidator` * [ ] `GeneratorValidator` *...

### Describe the bug The botocore package is massive, from [pypi](https://pypi.org/project/botocore/#files): * `botocore-1.38.30.tar.gz` (13.9 MB) * `botocore-1.38.30-py3-none-any.whl` (13.6 MB) Most of this size comes from the [botocore/data/](https://github.com/boto/botocore/tree/develop/botocore/data) directory. How many...

question
feature-request
p3

Not adding docs to this until we agree it's a good idea.