File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN pip install --upgrade pip wheel twine
20
20
21
21
# Preinstall dependencies for faster steps
22
22
RUN pip install --upgrade secp256k1 coincurve aiohttp eciespy python-magic typer
23
- RUN pip install --upgrade 'aleph-message~=0.3.1 ' eth_account pynacl base58
23
+ RUN pip install --upgrade 'aleph-message~=0.4.0 ' eth_account pynacl base58
24
24
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
25
25
26
26
WORKDIR /opt/aleph-sdk-python/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN pip install --upgrade pip wheel twine
20
20
21
21
# Preinstall dependencies for faster steps
22
22
RUN pip install --upgrade secp256k1 coincurve aiohttp eciespy python-magic typer
23
- RUN pip install --upgrade 'aleph-message~=0.3.1 ' pynacl base58
23
+ RUN pip install --upgrade 'aleph-message~=0.4.0 ' pynacl base58
24
24
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
25
25
26
26
WORKDIR /opt/aleph-sdk-python/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN pip install --upgrade pip wheel twine
20
20
21
21
# Preinstall dependencies for faster steps
22
22
RUN pip install --upgrade secp256k1 coincurve aiohttp eciespy python-magic typer
23
- RUN pip install --upgrade 'aleph-message~=0.3.1 ' eth_account pynacl base58
23
+ RUN pip install --upgrade 'aleph-message~=0.4.0 ' eth_account pynacl base58
24
24
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
25
25
26
26
WORKDIR /opt/aleph-sdk-python/
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN pip install --upgrade pip wheel twine
25
25
26
26
# Preinstall dependencies for faster steps
27
27
RUN pip install --upgrade secp256k1 coincurve aiohttp eciespy python-magic typer
28
- RUN pip install --upgrade 'aleph-message~=0.3.1 ' eth_account pynacl base58
28
+ RUN pip install --upgrade 'aleph-message~=0.4.0 ' eth_account pynacl base58
29
29
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
30
30
31
31
WORKDIR /opt/aleph-sdk-python/
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN pip install --upgrade pip wheel twine
25
25
26
26
# Preinstall dependencies for faster steps
27
27
RUN pip install --upgrade secp256k1 coincurve aiohttp eciespy python-magic typer
28
- RUN pip install --upgrade 'aleph-message~=0.3.1 ' eth_account pynacl base58
28
+ RUN pip install --upgrade 'aleph-message~=0.4.0 ' eth_account pynacl base58
29
29
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
30
30
31
31
WORKDIR /opt/aleph-sdk-python/
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ install_requires =
38
38
eciespy>=0.3.13; python_version>="3.11"
39
39
typing_extensions
40
40
typer
41
- aleph-message ==0.4.0a3
41
+ aleph-message ==0.4.0
42
42
eth_account>=0.4.0
43
43
# Required to fix a dependency issue with parsimonious and Python3.11
44
44
eth_abi ==4.0.0b2; python_version>="3.11"
You can’t perform that action at this time.
0 commit comments