File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN pip install --upgrade pip wheel
2020
2121# Preinstall dependencies for faster steps
2222RUN pip install --upgrade secp256k1 coincurve aiohttp eciespy python-magic typer
23- RUN pip install --upgrade 'aleph-message~=0.2.2 ' eth_account pynacl base58
23+ RUN pip install --upgrade 'aleph-message~=0.2.3 ' eth_account pynacl base58
2424RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi requests
2525
2626WORKDIR /opt/aleph-client/
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ install_requires =
3636 eciespy
3737 typing_extensions
3838 typer
39- aleph-message~=0.2.2
39+ aleph-message~=0.2.3
4040 eth_account>=0.4.0
4141 python-magic
4242# The usage of test_requires is discouraged, see `Dependency Management` docs
You can’t perform that action at this time.
0 commit comments