Hi all
During the build command of the Dynatrace Extension SDK, I got a strange behavior:
- If I force version of aliyun-python-sdk-core <=2.14.0, build command creates an archive containing a single version of aliyun-python-sdk-core ✅
- If I force version of aliyun-python-sdk-core >=2.14.0, build command creates an archive containing 2 versions of aliyun-python-sdk-core : 2.13.10 and the latest one corresponding to the forced version ❌
- If I don't force version of aliyun-python-sdk-core, build command creates an archive containing 2 versions of aliyun-python-sdk-core : 2.13.10 and the latest one available (2.16.0) ❌
Is >=2.14.0 version contains some restriction that needs an older version ?
Thank you