Installing a specific version of a Python package in AppDeamon add-on, a more recent version of the one installed by configuration

I would like to make the followinf Python package available in my AppDeamon addon container (HA Supervised, Debian 10, Raspberry Pi 4)

huawei-lte-api · PyPI

The most recent version of the package is v1.5.2 and I already have developed some script targeting this release.

Unfortunately the package version that got installed configuring the addon is an older one

python_packages:
  - huawei-lte-api
Looking in links: https://wheels.home-assistant.io/alpine-3.13/aarch64/
Collecting huawei-lte-api
  Downloading https://wheels.home-assistant.io/alpine-3.13/aarch64/huawei_lte_api-1.4.18-py3-none-any.whl (43 kB)

This makes my scripts unusable without edit.