Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support web3.py dependencies #16

Merged

Conversation

NotPeopling2day
Copy link
Contributor

What I did

fixes: #

How I did it

How to verify it

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

ape_tenderly/__init__.py Outdated Show resolved Hide resolved
@@ -6,32 +6,30 @@
"ethereum": [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so realizing this whole plugins needs the "lazy root module" treatment.

ape_tenderly/provider.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
antazoey
antazoey previously approved these changes Dec 5, 2024
@antazoey
Copy link
Member

antazoey commented Dec 5, 2024

Tests failing because Python 3.8 is no longer supported (and we do support 3.12 and 3.13 now)

@NotPeopling2day NotPeopling2day changed the base branch from main to feat/update-web3 December 5, 2024 16:59
@NotPeopling2day NotPeopling2day merged commit 3721525 into ApeWorX:feat/update-web3 Dec 5, 2024
4 of 14 checks passed
@NotPeopling2day NotPeopling2day deleted the feat/upgrade-web3 branch December 5, 2024 17:18
antazoey pushed a commit that referenced this pull request Dec 5, 2024
* feat: upgrade web3

* chore: pr feedback

* chore: update python versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants