Skip to content

Commit

Permalink
Migrate to web3py v7. Includes version bump and upload hyperdrivetype…
Browse files Browse the repository at this point in the history
…s to pypi for version 1.0.18.5 (#1159)

* Bumping min version of pypechain for web3py migration to v7

* Version bump to v1.0.18.4

* Bumping pypechain version in prerequisite.txt

* Version bump to v1.0.18.5
  • Loading branch information
slundqui authored Sep 4, 2024
1 parent 20d9c7a commit f2acb64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/hyperdrivetypes/prerequisite.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain == 0.0.37
pypechain >= 0.0.38
4 changes: 2 additions & 2 deletions python/hyperdrivetypes/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hyperdrivetypes"
version = "1.0.18.3"
version = "1.0.18.5"

# Authors are the current, primary stewards of the repo
# contributors can be found on github
Expand All @@ -19,7 +19,7 @@ classifiers = [
"Natural Language :: English",
]

dependencies = ["pypechain==0.0.37", "fixedpointmath"]
dependencies = ["pypechain>=0.0.38", "fixedpointmath"]

[project.optional-dependencies]
dev = ["pyright", "pytest"]
Expand Down

0 comments on commit f2acb64

Please sign in to comment.