lyz-code / mkdocs-newsletter

Automatically create newsletters from the changes in a mkdocs repository
https://lyz-code.github.io/mkdocs-newsletter
GNU General Public License v3.0
30 stars 3 forks source link

build broken with pydantic >=2.0.0 #103

Closed m0wer closed 11 months ago

m0wer commented 11 months ago

The newsletter building stopped working after updating to pydantic>=2.0.0. Pinning it to pydantic<2.0.0 fixed it.

https://github.com/m0wer/memento/commit/5b8a4f8d89b641fb6a48b82379b70435b34c19e5

IMO pydatic should be pinned in this repo instead until the validation errors are fixed.

lyz-code commented 11 months ago

Closed at https://github.com/lyz-code/mkdocs-newsletter/pull/105

Thanks for reporting