We have introduced [apify-shared-python](https://github.com/apify/apify-shared-python) to consolidate general constants for both the Client and SDK. To facilitate a seamless transition to the new package, we have implemented re-imports with `DeprecationWarning` in the existing codebase - [consts.py](https://github.com/apify/apify-sdk-python/blob/v1.3.0/src/apify/consts.py). This is only a temporary state and after a few new releases, we should get rid of it.