Sourced from pydantic's releases.
v2.13.1 2026-04-15
v2.13.1 (2026-04-15)
What's Changed
Fixes
- Fix
ValidationInfo.datamissing withmodel_validate_json()by@davidhewittin #13079Full Changelog: https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1
Sourced from pydantic's changelog.
v2.13.1 (2026-04-15)
What's Changed
Fixes
- Fix
ValidationInfo.datamissing withmodel_validate_json()by@davidhewittin #13079
d45d8be
Prepare release 2.13.154aca60
Fix ValidationInfo.data missing with
model_validate_json()Sourced from pytest-codspeed's releases.
v4.4.0
What's Changed
We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.
This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries
- fix: fix segfault caused by multiple activate_stack_trampoline by
@GuillaumeLagrangein CodSpeedHQ/pytest-codspeed#109- fix: Exclude setup time from benchmark in walltime mode by
@toby-colemanin CodSpeedHQ/pytest-codspeed#114- feat: collect Python toolchain information via instrument hooks environment API by
@GuillaumeLagrangein CodSpeedHQ/pytest-codspeed#108New Contributors
@toby-colemanmade their first contribution in CodSpeedHQ/pytest-codspeed#114Full Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.0
Sourced from pytest-codspeed's changelog.
[4.4.0] - 2026-04-14
🚀 Features
- Collect Python toolchain information via instrument hooks environment API by
@GuillaumeLagrangein #108🐛 Bug Fixes
- Exclude setup time from benchmark in walltime mode (#114) by
@toby-colemanin #114- Fix segfault caused by multiple activate_stack_trampoline by
@GuillaumeLagrange⚙️ Internals
- Bump the python pinned python version by
@GuillaumeLagrangein #109- Add CONTRIBUTING.md by
@adriencaccia
34048c7
Release v4.4.0 🚀bf7bd37
feat: collect Python toolchain information via instrument hooks
environment API48a4822
fix: Exclude setup time from benchmark in walltime mode (#114)aa267f3
ci: bump the python pinned python versione92999a
fix: fix segfault caused by multiple activate_stack_trampolinec02b664
chore: add CONTRIBUTING.md