diff --git a/bacnetinterface_dev/CHANGELOG.md b/bacnetinterface_dev/CHANGELOG.md index b1635af..e482206 100644 --- a/bacnetinterface_dev/CHANGELOG.md +++ b/bacnetinterface_dev/CHANGELOG.md @@ -1,7 +1,7 @@  -# 1.6.0b1 -25/10/2024 +# 1.6.0b2 +26/10/2024 ## Added - New apiv2 points! @@ -13,10 +13,13 @@ - Subscription tasks are now eager, hopefully improving performance. ## Dependencies -- ⬆️ Bumped psutil to version v6.1.0. -- ⬆️ Bumped python-multipart to version v0.0.12. -- ⬆️ Bumped websockets to version v13.1. -- ⬆️ Bumped uvicorn to version v0.32.0. +~~- ⬆️ Bumped psutil to version v6.1.0.~~ + +~~- ⬆️ Bumped python-multipart to version v0.0.12.~~ + +~~- ⬆️ Bumped websockets to version v13.1.~~ + +~~- ⬆️ Bumped uvicorn to version v0.32.0.~~ # 1.5.1 diff --git a/bacnetinterface_dev/Dockerfile b/bacnetinterface_dev/Dockerfile index 3d0ad7b..66feb8c 100644 --- a/bacnetinterface_dev/Dockerfile +++ b/bacnetinterface_dev/Dockerfile @@ -15,12 +15,12 @@ RUN \ 'pydantic<=1.10.17' \ 'fastapi<=0.108.0' \ 'jinja2<=3.1.4' \ - 'uvicorn<=0.32.0' \ - 'websockets<=13.1' \ - 'python-multipart<=0.0.12' \ + 'uvicorn<=0.30.1' \ + 'websockets<=12.0' \ + 'python-multipart<=0.0.9' \ 'requests<=2.32.3 ' \ 'backoff<=2.2.1' \ - 'psutil<=6.1.0' + 'psutil<=6.0.0' WORKDIR / diff --git a/bacnetinterface_dev/config.yaml b/bacnetinterface_dev/config.yaml index 9b6f61f..8125819 100644 --- a/bacnetinterface_dev/config.yaml +++ b/bacnetinterface_dev/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: Bepacom BACnet/IP Interface Development Version -version: "1.6.0b1" +version: "1.6.0b2" slug: bacnetinterface_dev description: Bepacom BACnet/IP interface for the Bepacom EcoPanel. Allows BACnet/IP devices to be available to Home Assistant through an API url: "https://github.com/Bepacom-Raalte/bepacom-HA-Addons/tree/main/bacnetinterface"