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

[SDK][Python] Update dependencies #3112

Closed
Dzeranov opened this issue Feb 21, 2025 · 0 comments
Closed

[SDK][Python] Update dependencies #3112

Dzeranov opened this issue Feb 21, 2025 · 0 comments
Assignees

Comments

@Dzeranov
Copy link
Contributor

Description
At the moment python SDK is not setup properly due to the incompatibility of web3=6.8.0 and eth-account=0.13.5 which leads to error:

human_protocol_sdk.utils:utils.py:262 Handle transaction error: 'SignedTransaction' object has no attribute 'rawTransaction'

Motivation
To fix python SDK and get rid of frozen dependencies.

Implementation details

  1. Get rid of frozen dependencies and use the latest ones.
  2. Migrate the codebase.
  3. Update docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant