pydantic
pydantic-core
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: correct return type of validate_assignment in type stub The return type of SchemaValidator.validate_assignment() varies by schema type: - model_fields_schema: 3-tuple (model_data, model_extra, fields_set) - Model/Dataclass validators: the model/dataclass instance itself (Self) - Other schemas: 2-tuple (validated_data, init_only_args) The previous type annotation only covered the raw dict/tuple case, incorrectly suggesting BaseModel.validate_assignment() returns a dict instead of the model instance. Fixes #947
r266-tech:fix/validate-assignment-return-type
8 days ago
ci: adjust junit xml for codecov test-results parsing
gcomneno:test/multihosturl-optional-host-378
1 month ago
ci: use cargo llvm-cov report for codecov output
gcomneno:test/multihosturl-optional-host-378
1 month ago
ci: limit llvm-cov concurrency to avoid EAGAIN on runners
gcomneno:test/multihosturl-optional-host-378
1 month ago
ci: install pytest-timeout and inline-snapshot in integration job
gcomneno:test/multihosturl-optional-host-378
1 month ago
CI: install hypothesis for pydantic integration tests
gcomneno:test/multihosturl-optional-host-378
1 month ago
Update benches for _use_prebuilt arg
gcomneno:test/multihosturl-optional-host-378
1 month ago
Accept _use_prebuilt kwarg in SchemaValidator and SchemaSerializer
gcomneno:test/multihosturl-optional-host-378
1 month ago
Latest Branches
CodSpeed Performance Gauge
-1%
fix: correct return type of validate_assignment in type stub
#1907
8 days ago
7de8af8
r266-tech:fix/validate-assignment-return-type
CodSpeed Performance Gauge
0%
Clarify MultiHostUrl behavior for Postgres DSN without host
#1903
1 month ago
a10c291
gcomneno:test/multihosturl-optional-host-378
CodSpeed Performance Gauge
0%
Don't try all union members when tagged discriminator match fails
#1902
1 month ago
0ab7684
navalprakhar:fix/tagged-union-serialization-fallback
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs