Hi,
I'm creating Azure Function using Python. I need to use latest package coinbase==2.1.0. It is available locally while installing using pip. However when deploying function to Azure, it installs version 2.0.6. After forcing version 2.1.0 in requirements.txt, deploy fails.
Do you have any information when do you plan to support latest package version in Azure?
Thanks
Artur K.