onedr0p / containers

My collection of container images
https://github.com/onedr0p?tab=packages&repo_name=containers
Apache License 2.0
283 stars 71 forks source link

Home-assistant container problem with pydantic #1055

Closed gelato closed 1 month ago

gelato commented 1 month ago

Application Name

home-assistant

Application Source Code URL

https://stackoverflow.com/questions/78593700/langchain-community-langchain-packages-giving-error-missing-1-required-keywor

Application Language

Python

Application Architectures

linux/amd64

Additional Information

Sorry for using this container request template, but there's no other way to communicate this to you. The issue is basically described here: https://stackoverflow.com/questions/78593700/langchain-community-langchain-packages-giving-error-missing-1-required-keywor Home assistant's HACS integration stopped working because of python version update in container to 3.12.4. To mitigate this i've made container's root writable applied a fix from stackoverflow, but as you can guess that's a bad way to handle this. We need to pin python version to 3.12.3 for the time being and probably stay on it for a while (upstream is using 3.12.2 on the latest HASS VM)

Assign to self

Code of Conduct

onedr0p commented 1 month ago

I'll go ahead and pin to what hass is using 3.12.2, build will kick off shortly. Thanks for reporting, HACS hasn't been working for me since 2024.6.1.

onedr0p commented 1 month ago

Confirmed this worked, thanks again for the investigation and the fix!