jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
177 stars 28 forks source link

fix for pydantic-core for v2.10 #296

Closed 2bndy5 closed 9 months ago

2bndy5 commented 9 months ago

This is problem that mypy picked up since the release of pydantic-core v2.10

I also pinned pydantic-core to v2.10 due the breaking change introduced there: https://github.com/pydantic/pydantic-core/pull/980

2bndy5 commented 9 months ago

I'm pretty sure this SSL problem is specific to python 3.11.5 on Windows. I can't reproduce it locally though.