diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 046bfaab9..fec1c3cc6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: with: python-version: "3.10" - name: Install Mypyc (3.10) - run: pip install mypy[mypyc]==1.19.1 types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.10) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -58,7 +58,7 @@ jobs: with: python-version: "3.11" - name: Install Mypyc (3.11) - run: pip install mypy[mypyc]==1.19.1 types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.11) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -70,7 +70,7 @@ jobs: with: python-version: "3.12" - name: Install Mypyc (3.12) - run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.12) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -82,7 +82,7 @@ jobs: with: python-version: "3.13" - name: Install Mypyc (3.13) - run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.13) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -94,7 +94,7 @@ jobs: with: python-version: "3.14" - name: Install Mypyc (3.14) - run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.14) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -173,7 +173,7 @@ jobs: with: python-version: "3.10" - name: Install Mypyc (3.10) - run: pip install mypy[mypyc]==1.19.1 types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.10) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -185,7 +185,7 @@ jobs: with: python-version: "3.11" - name: Install Mypyc (3.11) - run: pip install mypy[mypyc]==1.19.1 types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.11) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -197,7 +197,7 @@ jobs: with: python-version: "3.12" - name: Install Mypyc (3.12) - run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.12) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -209,7 +209,7 @@ jobs: with: python-version: "3.13" - name: Install Mypyc (3.13) - run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.13) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -221,7 +221,7 @@ jobs: with: python-version: "3.14" - name: Install Mypyc (3.14) - run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.14) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -269,7 +269,7 @@ jobs: with: python-version: "3.10" - name: Install Mypyc (3.10) - run: pip install mypy[mypyc]==1.19.1 types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.10) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -281,7 +281,7 @@ jobs: with: python-version: "3.11" - name: Install Mypyc (3.11) - run: pip install mypy[mypyc]==1.19.1 types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.11) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -293,7 +293,7 @@ jobs: with: python-version: "3.12" - name: Install Mypyc (3.12) - run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.12) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -305,7 +305,7 @@ jobs: with: python-version: "3.13" - name: Install Mypyc (3.13) - run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.13) env: MYPYC_STRICT_DUNDER_TYPING: 1 @@ -317,7 +317,7 @@ jobs: with: python-version: "3.14" - name: Install Mypyc (3.14) - run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 + run: pip install mypy[mypyc]==1.19.1 setuptools types-requests eth-brownie==1.22.0.dev1 eth-typing==5.2.1 eth-retry==0.3.5 ez-a-sync==0.33.9 faster-eth-utils==5.3.20 faster-hexbytes==1.3.4 typed-envs==0.2.1 - name: Run Mypyc (3.14) env: MYPYC_STRICT_DUNDER_TYPING: 1