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
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pdstools.
Issue description
In the V4 version of pdstools, we are working with optional dependencies. Today, some of these optional dependencies like httpx and requests are automatically imported when you import any module from pdstools.
Reproducible example
frompdstoolsimportADMDatamart
Expected behavior
Since these are optional, they should not automatically load / be imported, instead, they should only be imported when one of the relevant modules is imported directly.
Installed versions
pdstools v4
The text was updated successfully, but these errors were encountered:
pdstools version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pdstools.
Issue description
In the V4 version of pdstools, we are working with optional dependencies. Today, some of these optional dependencies like httpx and requests are automatically imported when you import any module from pdstools.
Reproducible example
Expected behavior
Since these are optional, they should not automatically load / be imported, instead, they should only be imported when one of the relevant modules is imported directly.
Installed versions
The text was updated successfully, but these errors were encountered: