You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by KramNamez January 4, 2023
As seen in nabla-c0d3/sslyze#586 SSLyze broke, despite pydantic only doing point releases that should not change its API.
Freezing pydantic at 1.10.2 fixes the issue for now, but I still wanted to ask if this is a bug in pydantic or in SSLyze's usage of pydantic.
In short, there's another edge case to dataclasses related to __setattr__ and probably #4880.