pydantic / pydantic-core

Core validation logic for pydantic written in rust
MIT License
1.34k stars 207 forks source link

Bump `speedate` to v0.14.1 and prep for v0.20.1 #1347

Closed sydney-runkle closed 4 days ago

codspeed-hq[bot] commented 1 week ago

CodSpeed Performance Report

Merging #1347 will not alter performance

Comparing next-release-prep (99eae42) with next-release-prep (d20494d)

Summary

✅ 155 untouched benchmarks

sydney-runkle commented 1 week ago

@davidhewitt,

Looks like some pyo3 errors are cropping up in the pydantic-integration tests: https://github.com/pydantic/pydantic-core/actions/runs/9683851266/job/26720269595?pr=1347

sydney-runkle commented 1 week ago

Specifically, PanicExceptions 😅

sydney-runkle commented 1 week ago

I just fixed these issues in https://github.com/pydantic/speedate/pull/70

sydney-runkle commented 1 week ago

We should probably have a more robust mechanism for testing speedate with pydantic-core and pydantic before a release 🤷‍♀️

sydney-runkle commented 4 days ago

We can do another patch after this one with some bug fixes for v2.8.2 patch in pydantic, but this should suffice for v2.8.1 :).

sydney-runkle commented 4 days ago

The pydantic tests failing are expected, I'll create an accompanying PR in pydantic to pair with this version bump.