HullSeals / HalpyBOT

The Hull Seals IRC Utility bot, built with Pydle
GNU General Public License v3.0
7 stars 3 forks source link

Mitigate one of pydantic's thorns #317

Closed theunkn0wn1 closed 1 year ago

theunkn0wn1 commented 1 year ago

This PR works around pydanic deciding it needs to Completely break property setters. I fail to understand why it felt obligated to do this, but its pretty clear they have no intention of fixing this themselves.

fixes #316

Caused by pydantic/pydantic#3395