Skip to content

Commit

Permalink
Feature: Update aleph_message dependency allowing receive messages …
Browse files Browse the repository at this point in the history
…from new EVM chains supported.
  • Loading branch information
nesitor committed Oct 31, 2024
1 parent ca548d9 commit 476c35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = { file = "LICENSE.txt" }
authors = [
{ name = "Moshe Malawach", email = "moshe.malawach@protonmail.com" },
]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.10,<3.13"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
Expand All @@ -28,7 +28,7 @@ dependencies = [
"aiohttp-jinja2==1.5",
"aioipfs @ git+https://github.com/aleph-im/aioipfs.git@d671c79b2871bb4d6c8877ba1e7f3ffbe7d20b71",
"alembic==1.12.1",
"aleph-message==0.4.9",
"aleph-message @ git+https://github.com/aleph-im/aleph-message.git@andres-feature-add_new_evm_chains",
"aleph-nuls2==0.1",
"aleph-p2p-client @ git+https://github.com/aleph-im/p2p-service-client-python@2c04af39c566217f629fd89505ffc3270fba8676",
"aleph-pytezos==3.13.4",
Expand Down

0 comments on commit 476c35f

Please sign in to comment.