diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 34ff2aa..cca370a 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -18,16 +18,10 @@ jobs: with: python-version: '3.x' - - name: Install system dependencies - run: | - sudo apt-get update - sudo apt-get install -y build-essential libyaml-dev - - name: Install Rye and dependencies run: | python -m pip install --upgrade pip - pip install rye - pip install git-changelog bump2version + pip install rye git-changelog bump2version pyyaml - name: Generate changelog run: rye run changelog diff --git a/pyproject.toml b/pyproject.toml index 04b0fa7..973a425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,10 @@ dependencies = [ # "cryo @ https://github.com/primev/cryo/raw/main/wheels/cryo-0.3.2-cp310-cp310-manylinux_2_34_x86_64.whl", "cryo>=0.3.2", "python-dotenv>=1.0.1", - "hypersync>=0.7.8", + "hypersync>=0.7.11", "git-changelog>=2.5.2", "bump2version>=1.0.1", - "pyyaml>=6.0.1", + "web3>=6.20.1", ] readme = "README.md" requires-python = ">= 3.12"