-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest post-v0.7.0 SDK - fix breaking changes (#173)
* Internal: Add test for file upload * Fix: Unit test docstring * Problem: GH Action failing due to Python and Aleph SDK dependencies Solution: Restrict to Python 3.11 on macOS and use current 0.7.0 release of Aleph SDK * Problem: aleph-client was using main branch of aleph-sdk-python, which includes breaking changes relative to v0.7.0 Solution: Update usage of the SDK to reflect and accommodate breaking changes; use AsyncTyper class to implement async commands * Fix: aggregate.py and files.py to use async functions. * Replace subprocess calls with runner.invoke --------- Co-authored-by: 1yam <[email protected]>
- Loading branch information
1 parent
74fba9c
commit 28a6558
Showing
11 changed files
with
177 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.