8000 Increase superfluid fork dependency version by nesitor · Pull Request #214 · aleph-im/aleph-sdk-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Increase superfluid fork dependency version #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ dependencies = [
"aiohttp>=3.8.3",
"aioresponses>=0.7.6",
"aleph-message>=1",
"aleph-superfluid @ git+https://github.com/aleph-im/superfluid.py",
"base58==2.1.1", # Needed now as default with _load_account changement
"aleph-superfluid>=0.3",
"base58==2.1.1", # Needed now as default with _load_account changement
"coincurve; python_version>='3.9'",
"coincurve>=19; python_version>='3.9'",
"eth-abi>=5.0.1; python_version>='3.9'",
"eth-typing>=5.0.1",
"jwcrypto==1.5.6",
"pydantic>=2,<3",
"pydantic-settings>=2",
"pynacl==1.5", # Needed now as default with _load_account changement
"pynacl==1.5", # Needed now as default with _load_account changement
"python-magic",
"typing-extensions",
"web3>=7.10",
Expand Down
2 changes: 1 addition & 1 deletion src/aleph/sdk/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
Chain.BOB: EVMAccount,
Chain.CYBER: EVMAccount,
Chain.DOT: DOTAccount,
Chain.ECLIPSE: SVMAccount,
Chain.ETH: ETHAccount,
Chain.FRAXTAL: EVMAccount,
Chain.LINEA: EVMAccount,
Expand All @@ -40,7 +41,6 @@
Chain.SONIC: EVMAccount,
Chain.WORLDCHAIN: EVMAccount,
Chain.ZORA: EVMAccount,
Chain.ECLIPSE: SVMAccount,
}


Expand Down
Loading
0