Skip to content

Commit

Permalink
Merge pull request #2142 from valory-xyz/fix/release-flow
Browse files Browse the repository at this point in the history
Pin aiohttp
  • Loading branch information
angrybayblade authored Jan 19, 2024
2 parents eb09a2e + e53481b commit 94d5eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
sudo apt-get autoremove
sudo apt-get autoclean
python -m pip install --upgrade pip
pip install open-autonomy[all] --no-cache
pip install open-autonomy[all] 'aiohttp<4.0.0,>=3.8.5' --no-cache
- name: Push Packages
run: |
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def get_all_extras() -> Dict:
"jsonschema<4.4.0,>=4.3.0",
"protobuf<4.25.0,>=4.21.6",
"gql==3.5.0",
"aiohttp<4.0.0,>=3.8.5",
]
base_deps.extend(all_extras["cli"])

Expand Down

0 comments on commit 94d5eb0

Please sign in to comment.