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-client-python/blob/v1.5.0/src/apify_client/consts.py). This is only a temporary state and after a few new releases, we should get rid of it.