Skip to content

Commit fa08e94

Browse files
committed
Fix: aleph-message 0.4.0 has been released
1 parent 124a82d commit fa08e94

6 files changed

+6
-6
lines changed

docker/python-3.10.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN pip install --upgrade pip wheel twine
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.3.1' eth_account pynacl base58
23+
RUN pip install --upgrade 'aleph-message~=0.4.0' eth_account pynacl base58
2424
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
2525

2626
WORKDIR /opt/aleph-sdk-python/

docker/python-3.11.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN pip install --upgrade pip wheel twine
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.3.1' pynacl base58
23+
RUN pip install --upgrade 'aleph-message~=0.4.0' pynacl base58
2424
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
2525

2626
WORKDIR /opt/aleph-sdk-python/

docker/python-3.9.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN pip install --upgrade pip wheel twine
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.3.1' eth_account pynacl base58
23+
RUN pip install --upgrade 'aleph-message~=0.4.0' eth_account pynacl base58
2424
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
2525

2626
WORKDIR /opt/aleph-sdk-python/

docker/ubuntu-20.04.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN pip install --upgrade pip wheel twine
2525

2626
# Preinstall dependencies for faster steps
2727
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
2929
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
3030

3131
WORKDIR /opt/aleph-sdk-python/

docker/ubuntu-22.04.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN pip install --upgrade pip wheel twine
2525

2626
# Preinstall dependencies for faster steps
2727
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
2929
RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
3030

3131
WORKDIR /opt/aleph-sdk-python/

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_requires =
3838
eciespy>=0.3.13; python_version>="3.11"
3939
typing_extensions
4040
typer
41-
aleph-message==0.4.0a3
41+
aleph-message==0.4.0
4242
eth_account>=0.4.0
4343
# Required to fix a dependency issue with parsimonious and Python3.11
4444
eth_abi==4.0.0b2; python_version>="3.11"

0 commit comments

Comments
 (0)