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
* feat: make deps more flexible
* feat: we don't have requirements.txt anymore
* fix: make testing more reliable
* fix: update the test as the underlying library changed types:
v0.12.0..v0.13.0 has changed the type of what is returned.
```diff
-from collections import OrderedDict
+_dict = dict
+import platform
```
Authored-by: Vinit Kumar <[email protected]>
Signed-off-by: Vinit Kumar <[email protected]>
* fix: remove imports
Signed-off-by: Vinit Kumar <[email protected]>
0 commit comments