Skip to content

Commit c2ddb1a

Browse files
committed
Chore: Aleph-message version was old
1 parent 77c4ae2 commit c2ddb1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN pip install --upgrade pip wheel
2020

2121
# Preinstall dependencies for faster steps
2222
RUN 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
2424
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi requests
2525

2626
WORKDIR /opt/aleph-client/

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)