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

Fix version conflict between siwe and web3 (version 7) #74

Closed

Conversation

PouryaMoghadam
Copy link

This PR updates the siwe dependency to support web3 version 7. The previous version of siwe (4.2.0) was incompatible with web3 version 7, causing a version conflict when installing with Poetry.

Changes:

Updated siwe version requirement in pyproject.toml to support web3 version 7.
Motivation:

The previous version of siwe was not compatible with web3 version 7, causing installation issues. This update ensures that siwe can be installed successfully alongside web3 version 7.

Testing:

I have tested the updated siwe version with web3 version 7 and verified that the installation succeeds without any version conflicts.

Checklist:

  • Updated pyproject.toml to reflect the new version requirement
  • Tested the installation with web3 version 7
  • Verified that the installation succeeds without any version conflicts

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.

1 participant