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

Hardcode eth-typing version #8403

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Hardcode eth-typing version due to web3.py not pinning it properly
  • Loading branch information
nicholasyoder committed Aug 14, 2024
commit 6c03db8dbbb79e6a7a5c42b34eb4bf991c109e48
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 50,6 @@ pycparser<=2.17 # ugly -- to avoid https://github.com/eliben/pycparser/pull/198

# To build JWT
PyJWT==2.8.0

# Hardcode version due to web3.py not pinning it properly
eth-typing==4.4.0