custom-components / grocy

Custom Grocy integration for Home Assistant
Apache License 2.0
156 stars 47 forks source link

Can you update pygrocy requirement to 1.5.0 ? There is an issue with pydantic version requirement which was solved in pygrocy 1.5.0 #251

Closed grzech1983 closed 1 year ago

grzech1983 commented 1 year ago

Hello,

currently when I try to install Grocy component I'm getting error:

Logger: homeassistant.util.package
Source: util/package.py:98
First occurred: 12:22:02 (3 occurrences)
Last logged: 12:22:14

Unable to install package pygrocy==1.4.1: ERROR: Will not install to the user site because it will lack sys.path precedence to pydantic in /snap/home-assistant-snap/527/lib/python3.10/site-packages

this is related to pygrocy 1.4.1 require older version od pydantic which is already installed. This has been resolved here:

https://github.com/SebRut/pygrocy/commit/6d5dae76efbcf0abe06baafaaf4461bcb66db541#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7

in pygrocy 1.5.0 release.

Thanks

grzech1983 commented 1 year ago

It looks like upgrade pygrocy to 1.5 is also fixing other issue:

https://github.com/custom-components/grocy/issues/241#issuecomment-1252092857

excalbian commented 1 year ago

I'm not 💯 but it seems that the upgrade to pygrocy 1.5.0 will cause issues with timezone support for the execute_chore service (see #252 for details). Still 🕵️ as my python is a bit rusty (barely used).