Skip to content

Pull requests: pydantic/pydantic

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Optimize datetime formatting code relnotes-performance Used for performance improvements.
#12626 opened Dec 14, 2025 by davidhewitt Loading…
5 tasks
test: add tests to improve coverage relnotes-fix Used for bugfixes.
#12625 opened Dec 14, 2025 by majiayu000 Loading…
2 tasks done
Remove redundant serialization attempts in nested unions relnotes-fix Used for bugfixes.
#12604 opened Dec 3, 2025 by davidhewitt Loading…
5 tasks
Reduce size of stack frames in serializer methods relnotes-fix Used for bugfixes.
#12596 opened Nov 30, 2025 by davidhewitt Draft
5 tasks
Try out new schema perf relnotes-fix Used for bugfixes.
#12575 opened Nov 25, 2025 by Viicos Loading…
5 tasks
Only run test_recursive_call() in CI relnotes-ignore Omit this PR from the release notes.
#12568 opened Nov 24, 2025 by Viicos Loading…
5 tasks
Run Rust coverage in CI relnotes-fix Used for bugfixes.
#12555 opened Nov 19, 2025 by davidhewitt Draft
5 tasks
validate JSON model data by iteration relnotes-performance Used for performance improvements.
#12550 opened Nov 19, 2025 by davidhewitt Draft
5 tasks
Add experimental BaseStruct relnotes-fix Used for bugfixes.
#12547 opened Nov 19, 2025 by davidhewitt Draft
5 tasks
perf: Cache DecoratorInfos.build() with weak references ready for review relnotes-fix Used for bugfixes.
#12472 opened Nov 3, 2025 by Atry Loading…
5 tasks done
Add fraction relnotes-fix Used for bugfixes.
#12442 opened Oct 23, 2025 by CloseChoice Loading…
5 tasks
try moving definition inlining to pydantic-core relnotes-fix Used for bugfixes.
#12294 opened Sep 29, 2025 by davidhewitt Draft
5 tasks
Fix: Properly update private attrs with model_copy, update= and extra=allow awaiting author revision awaiting changes from the PR author deferred Deferred until future release or until something else gets done relnotes-fix Used for bugfixes.
#12117 opened Aug 3, 2025 by strawgate Loading…
2 of 5 tasks
Add evaluation context relnotes-fix Used for bugfixes.
#11984 opened Jun 15, 2025 by Viicos Draft
5 tasks
2
2
Add default factory with validated data to PrivateAttr awaiting author revision awaiting changes from the PR author relnotes-feature
#11685 opened Apr 2, 2025 by andresliszt Loading…
4 of 5 tasks
fix infinite recursion in BaseModel equality checks relnotes-fix Used for bugfixes.
#11581 opened Mar 19, 2025 by YassinNouh21 Loading…
5 tasks done
Draft: test deprecation of model fields access relnotes-fix Used for bugfixes. third-party-tests Add this label on a PR to trigger 3rd party tests
#11433 opened Feb 12, 2025 by Viicos Draft
5 tasks
ProTip! Exclude everything labeled bug with -label:bug.