Fix version conflict between siwe and web3 (version 7) #74
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: