generated from lidofinance/python-base-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from lidofinance/feat/bump-web3py-version
Bump web3py version to latest
- Loading branch information
Showing
8 changed files
with
1,822 additions
and
1,925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "web3-multi-provider" | ||
version = "1.0.0" | ||
version = "2.0.0" | ||
description = "Web3py provider that makes it easy to switch between different blockchain nodes to make sure application will be be online if main blockchain node will be unavailable." | ||
authors = ["Raman <[email protected]>"] | ||
license = "MIT License" | ||
|
@@ -10,18 +10,18 @@ include = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.7.10,<4" | ||
web3 = ">=5.22.0,<7" | ||
python = ">=3.12,<4" | ||
web3 = ">=7,<8" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "7.1.1" | ||
pytest-cov = "^3.0.0" | ||
pre-commit = "2.17.0" | ||
isort = "^5.10.1" | ||
mypy = "^0.942" | ||
pylint = "^2.13.4" | ||
black = "^22.3.0" | ||
pytest-mock = "^3.7.0" | ||
[tool.poetry.group.dev.dependencies] | ||
pytest = "^8.3.3" | ||
pytest-cov = "^5.0.0" | ||
pre-commit = "^4.0.1" | ||
isort = "^5.13.2" | ||
mypy = "^1.13.0" | ||
pylint = "^3.3.1" | ||
black = "^24.10.0" | ||
pytest-mock = "^3.14.0" | ||
|
||
[tool.isort] | ||
profile = "black" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.