Skip to content

Commit

Permalink
fix: Wrong aleph-message, aleph-python-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonyjin committed Nov 5, 2024
1 parent 16a807e commit 624438b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dynamic = [ "version" ]
dependencies = [
"aiodns==3.2",
"aiohttp==3.10.6",
"aleph-message @ git+https://github.com/aleph-im/aleph-message#egg=main", # Change the version after the release
"aleph-message @ git+https://github.com/aleph-im/aleph-message@108-upgrade-pydantic-version#egg=aleph-message", # Change the version after the release
"aleph-sdk-python @ git+https://github.com/aleph-im/aleph-sdk-python@177-upgrade-pydantic-version#egg=aleph-sdk-python", # Change the version after the release
"base58==2.1.1", # Needed now as default with _load_account changement
"pygments==2.18",
Expand Down

0 comments on commit 624438b

Please sign in to comment.