You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have introduced 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.
This is only a temporary state and after a few new releases, we should get rid of it.
The text was updated successfully, but these errors were encountered:
vdusek
added
t-tooling
Issues with this label are in the ownership of the tooling team.
debt
Code quality improvement or decrease of technical debt.
labels
Nov 16, 2023
We have introduced 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.This is only a temporary state and after a few new releases, we should get rid of it.
The text was updated successfully, but these errors were encountered: