Skip to content

Commit

Permalink
Fix: Removed field not used anymore in new SDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Apr 16, 2024
1 parent 8e0b3be commit 8744a0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ package_dir =
setup_requires = pyscaffold>=3.2a0,<3.3a0
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
aleph-sdk-python~=0.9.0
aleph-sdk-python~=0.9.1
aleph-message>=0.4.3
coincurve==17.0.0
aiohttp==3.8.4
Expand Down
1 change: 0 additions & 1 deletion src/aleph_client/commands/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def validate_ssh_pubkey_file(file: Union[str, Path]) -> Path:
sync=True,
rootfs=rootfs,
rootfs_size=rootfs_size,
rootfs_name="rootfs",
storage_engine=StorageEnum.storage,
channel=channel,
memory=memory,
Expand Down

0 comments on commit 8744a0e

Please sign in to comment.