postlund / pyatv

A client library for Apple TV and AirPlay devices
https://pyatv.dev
MIT License
838 stars 91 forks source link

Add backwards compatibility with pydantic v1 #2261

Closed postlund closed 8 months ago

postlund commented 8 months ago

What to change?

Seems it's not possible to use pydantic v2 in Home Assistant at the moment. Currently only the extra types package seems to be the problem, so I need to get rid of that and add some shims. More info here:

https://github.com/home-assistant/core/issues/99218 https://github.com/AngellusMortis/pyunifiprotect/pull/297

postlund commented 8 months ago

Fixed in 0.14.3.