Skip to content

Commit

Permalink
Merge branch 'master' into remove_deprecated_eth_abi_usages
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman authored Jan 29, 2023
2 parents eb7b341 + e3d49e5 commit a105125
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ This changelog format is based on [Keep a Changelog](https://keepachangelog.com/
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/eth-brownie/brownie)
## Fixed
### Fixed
- Removes `eth-abi` depreciation warnings
- Bump web3.py dep to support async provider in threaded applications

## [1.19.2](https://github.com/eth-brownie/brownie/tree/v1.19.2) - 2022-10-16
### Added
Expand Down
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ semantic-version<3
tqdm<5
vvm>=0.1.0,<1
vyper>=0.2.11,<1
web3>=5.22.0,<6
# web3 versions 5.29.0 thru 5.31.2 have a bug when using the async provider in subthreads. This is relevant for some ecosystem libs downstream from brownie.
web3>=5.22.0,!=5.29.*,!=5.30.*,!=5.31.1,!=5.31.2,<6
wrapt>=1.12.1,<2
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
aiohttp==3.8.3
# via web3
Expand Down Expand Up @@ -236,6 +236,8 @@ toolz==0.12.0
# via cytoolz
tqdm==4.64.1
# via -r requirements.in
typing-extensions==4.4.0
# via black
urllib3==1.26.12
# via requests
varint==1.0.2
Expand All @@ -246,7 +248,7 @@ vyper==0.3.7
# via -r requirements.in
wcwidth==0.2.5
# via prompt-toolkit
web3==5.31.1
web3==5.31.3
# via -r requirements.in
websockets==9.1
# via web3
Expand Down

0 comments on commit a105125

Please sign in to comment.