Leggin / dirigera

This repository provides an unofficial Python client for controlling the IKEA Dirigera Smart Home Hub.
MIT License
116 stars 21 forks source link

pydantic version #36

Closed CedericN closed 10 months ago

CedericN commented 10 months ago

Is it possible to downgrade the minimal version of pydantic to 1.10.12 or would this brake the library. Have multiple other libraries that uses pydantic that are not able to use pydantic V2. https://github.com/Leggin/dirigera/blob/17c2c2861786944fccf8d6a1256da88ad8f464a0/pyproject.toml#L22-L26

Leggin commented 10 months ago

I made some changes to make it compatible with pydantic 1, it should work now.