data-attribute-recommendation-python-sdk icon indicating copy to clipboard operation
data-attribute-recommendation-python-sdk copied to clipboard

Update Dependencies

Open SreevishnuAB opened this issue 2 years ago • 0 comments

We should look into updating dependencies used in the SDK, including the ones used for CI. For instance, latest version of astroid requires typing-extension version 4.0.0, but we had it pinned to 3.10.0.0. This broke some of the nightly builds. While fixing this, also found out that flake8 version 3.9.2 is broken unless one of its dependencies (importlib_metadata) is also pinned to a specific version. Latest version of flake8 is 6.0.0 Similarly, with coverage

SreevishnuAB avatar Jan 09 '23 07:01 SreevishnuAB