File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 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
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.3.1 ' eth_account pynacl base58
23+ RUN pip install --upgrade 'aleph-message~=0.4.0 ' eth_account pynacl base58
2424RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
2525
2626WORKDIR /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
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.3.1 ' pynacl base58
23+ RUN pip install --upgrade 'aleph-message~=0.4.0 ' pynacl base58
2424RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
2525
2626WORKDIR /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
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.3.1 ' eth_account pynacl base58
23+ RUN pip install --upgrade 'aleph-message~=0.4.0 ' eth_account pynacl base58
2424RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
2525
2626WORKDIR /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
2525
2626# Preinstall dependencies for faster steps
2727RUN 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
2929RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
3030
3131WORKDIR /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
2525
2626# Preinstall dependencies for faster steps
2727RUN 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
2929RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
3030
3131WORKDIR /opt/aleph-sdk-python/
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments