-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Component update to homeassistant 2024.1.X Python dependencies not working because of home-assistant-bluetooth Python version #30
Custom Component update to homeassistant 2024.1.X Python dependencies not working because of home-assistant-bluetooth Python version #30
Comments
It looks like the publish workflow run on 3.10 so it failed to publish I'll have to wait to fix this as we need to migrate to github trusted publishing on PyPI before we can get the new version out https://github.com/home-assistant-libs/home-assistant-bluetooth/actions/runs/7464918240 |
GitHub actions seems to be having trouble with windows runners. I'll try again to do a release tomorrow Bluetooth-Devices/habluetooth#25 |
If #35 successfully triggers a release, I'll bump this in HA and all the deps as well |
Looks like we are stuck on this one since PSR only supports python 3.10 and we need 3.11 |
I asked a question at python-semantic-release/python-semantic-release#801 Let's see if there is a solution. |
thank you for providing the updates! i do hope there's a solution, as this blocks every custom integration using, at least, poetry from updating the |
0.12.0 published. I'll get HA bumped shortly. I had to fork PSR to make it work for 3.11+ |
habluetooth: Bluetooth-Devices/habluetooth@v2.0.2...v2.1.0 home-assistant-bluetooth: home-assistant-libs/home-assistant-bluetooth@v1.11.0...v1.12.0 bluetooth-auto-recovery: Bluetooth-Devices/bluetooth-auto-recovery@v1.2.3...v1.3.0 fixes home-assistant-libs/home-assistant-bluetooth#30
I am the maintainer of the onyx custom component (https://github.com/muhlba91/onyx-homeassistant-integration) and wanted to update the version used by Poetry to
2024.1.x
.However, it seems that from
2023.12.4
to2024.1.x
some dependencies have changed as version solving fails because ofhome-assistant-bluetooth
being required byhomeassistant
.The error Poetry returns is:
It looks like this update here causes the error v1.10.4...v1.11.0#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711L29 which was released with
v1.11.0
and included in this year's homeassistant release.The text was updated successfully, but these errors were encountered: