4c761b4
Set version to 4.9.0c4131d5
Add support for windows arm64 (#233)ebfd7d7
Fix shutdown raceca0a4c9
Pin Python version to 3.13.3 to avoid Windows build errorb572e28
build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.3 (#227)1e2aae0
Create dependabot configuration (#226)1e4bd77
Update README.rst58c5165
USe Python 3.11 to build the docs031e6ad
Fix building docs186e278
Rename .readthedocs.yml to .readthedocs.yamlSourced from pydantic's releases.
v2.11.6 2025-06-13
v2.11.6 (2025-06-13)
What's Changed
Fixes
- Rebuild dataclass fields before schema generation by
@Viicosin #11949- Always store the original field assignment on
FieldInfoby@Viicosin #11946Full Changelog: https://github.com/pydantic/pydantic/compare/v2.11.5...v2.11.6
3987b23
Prepare release v2.11.6dc7a9d2
Always store the original field assignment on
FieldInfoc284c27
Rebuild dataclass fields before schema generationSourced from pytest-cov's changelog.
6.2.1 (2025-06-12)
Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.
Removed deprecated license classifier (packaging).
Disabled coverage warnings in two more situations where they have no value:
- "module-not-measured" in workers
- "already-imported" in subprocesses
55dbe43
Bump version: 6.2.0 → 6.2.1d17e9b7
Update changelog.8964ab7
Add a note for this warning disable.e932e41
Prevent unimported warnings @ pytest-xdist workers573379b
Bring pytest-cov's suprocess management in line with coverage's
process_start...f1884e8
Fix xdist pin.512c669
Added minium version requirements for pluggin (for new-style
hookwrappers). P...629ba64
Remove deprecated license classifier.